#BC98DA

Color #BC98DA Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #BC98DA

Tints of Perfume #BC98DA

Color information

#BC98DA (or 0xBC98DA) is unknown color: approx Perfume. HEX triplet: BC, 98 and DA. RGB value is (188,152,218). Sum of RGB (Red+Green+Blue) = 188+152+218=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 152 (59.77% from 255 or 27.24% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC98DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC98DA is #436725. Grayscale: #AAAAAA. Windows color (decimal): -4417318 or 14325948. OLE color: 14325948.

HSL color Cylindrical-coordinate representation of color #BC98DA: hue angle of 272.73º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC98DA is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188152218-
CMYK0.140.3000.15
HSL272.73º47.14%72.55%-
HSV(B)272.73º30.28%85.49%-
XYZ44.6238.2171.35-
YUV170.29154.93140.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 33.69%
GREEN value IS 152 (59.77% from 255) = 27.24%
BLUE value IS 218 (85.55% from 255) = 39.07%
R=33.69%
G=27.24%
B=39.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881522180.140.3000.15272.7347.1472.55
HexBC98DAE1E0F1112f49
Octal274230332163601742157111
Binary101111001001100011011010111011110011111000100011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC98DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC98DA; }

 p { color: rgb(188,152,218); }

 H1.HeaderClassName
 {
   color: #BC98DA;
 }
 .AnyTagClassName
 {
   color: #BC98DA;
 }
</style>
background-color css

<style>
 a { background-color: #BC98DA; }

 a { background-color: rgb(188,152,218); }

 div.DivClassName
 {
   background-color: #BC98DA;
 }
 .BgClassName
 {
   background-color: #BC98DA;
 }
</style>
border-color css

<style>
 span { border-color: #BC98DA; }

 span { border-color: rgb(188,152,218); }

 td.TdClassName
 {
   border-color: #BC98DA;
 }
 .TagClassName
 {
   border-color: #BC98DA;
 }
</style>