#BC99DB

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

Shades of Perfume #BC99DB

Tints of Perfume #BC99DB

Color information

#BC99DB (or 0xBC99DB) is unknown color: approx Perfume. HEX triplet: BC, 99 and DB. RGB value is (188,153,219). Sum of RGB (Red+Green+Blue) = 188+153+219=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC99DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99DB is #436624. Grayscale: #AAAAAA. Windows color (decimal): -4417061 or 14391740. OLE color: 14391740.

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

Color convert

RGB188153219-
CMYK0.140.3000.14
HSL271.82º47.83%72.94%-
HSV(B)271.82º30.14%85.88%-
XYZ44.9238.5972.1-
YUV170.99155.1140.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.57%
GREEN value IS 153 (60.16% from 255) = 27.32%
BLUE value IS 219 (85.94% from 255) = 39.11%
R=33.57%
G=27.32%
B=39.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881532190.140.3000.14271.8247.8372.94
HexBC99DBE1E0E1103049
Octal274231333163601642060111
Binary101111001001100111011011111011110011101000100001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC99DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC99DB; }

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

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

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

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

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

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

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

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