#BC99DF

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

Shades of Perfume #BC99DF

Tints of Perfume #BC99DF

Color information

#BC99DF (or 0xBC99DF) is unknown color: approx Perfume. HEX triplet: BC, 99 and DF. RGB value is (188,153,223). Sum of RGB (Red+Green+Blue) = 188+153+223=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC99DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99DF is #436620. Grayscale: #ABABAB. Windows color (decimal): -4417057 or 14653884. OLE color: 14653884.

HSL color Cylindrical-coordinate representation of color #BC99DF: hue angle of 270º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC99DF is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188153223-
CMYK0.160.3100.13
HSL270º52.24%73.73%-
HSV(B)270º31.39%87.45%-
XYZ45.4538.874.91-
YUV171.44157.1139.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.33%
GREEN value IS 153 (60.16% from 255) = 27.13%
BLUE value IS 223 (87.5% from 255) = 39.54%
R=33.33%
G=27.13%
B=39.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881532230.160.3100.1327052.2473.73
HexBC99DF101F0D10e344a
Octal274231337203701541664112
Binary1011110010011001110111111000011111011011000011101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC99DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC99DF; }

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

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

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

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

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

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

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

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