#BC99DA

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

Shades of Perfume #BC99DA

Tints of Perfume #BC99DA

Color information

#BC99DA (or 0xBC99DA) is unknown color: approx Perfume. HEX triplet: BC, 99 and DA. RGB value is (188,153,218). Sum of RGB (Red+Green+Blue) = 188+153+218=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 153 (60.16% from 255 or 27.37% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC99DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99DA is #436625. Grayscale: #AAAAAA. Windows color (decimal): -4417062 or 14326204. OLE color: 14326204.

HSL color Cylindrical-coordinate representation of color #BC99DA: hue angle of 272.31º 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 #BC99DA is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188153218-
CMYK0.140.3000.15
HSL272.31º46.76%72.75%-
HSV(B)272.31º29.82%85.49%-
XYZ44.7938.5471.41-
YUV170.88154.6140.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.63%
GREEN value IS 153 (60.16% from 255) = 27.37%
BLUE value IS 218 (85.55% from 255) = 39.00%
R=33.63%
G=27.37%
B=39.00%

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
Decimal1881532180.140.3000.15272.3146.7672.75
HexBC99DAE1E0F1102f49
Octal274231332163601742057111
Binary101111001001100111011010111011110011111000100001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC99DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC99DA; }

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

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

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

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

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

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

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

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