#BC99EC

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

Shades of Perfume #BC99EC

Tints of Perfume #BC99EC

Color information

#BC99EC (or 0xBC99EC) is unknown color: approx Perfume. HEX triplet: BC, 99 and EC. RGB value is (188,153,236). Sum of RGB (Red+Green+Blue) = 188+153+236=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC99EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC99EC is #436613. Grayscale: #ACACAC. Windows color (decimal): -4417044 or 15505852. OLE color: 15505852.

HSL color Cylindrical-coordinate representation of color #BC99EC: hue angle of 265.3º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC99EC is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188153236-
CMYK0.200.3500.07
HSL265.3º68.6%76.27%-
HSV(B)265.3º35.17%92.55%-
XYZ47.2739.5384.5-
YUV172.93163.6138.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.58%
GREEN value IS 153 (60.16% from 255) = 26.52%
BLUE value IS 236 (92.58% from 255) = 40.90%
R=32.58%
G=26.52%
B=40.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881532360.200.3500.07265.368.676.27
HexBC99EC142307109454c
Octal274231354244307411105114
Binary10111100100110011110110010100100011011110000100110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC99EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC99EC; }

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

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

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

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

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

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

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

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