#B99CEC

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

Shades of Perfume #B99CEC

Tints of Perfume #B99CEC

Color information

#B99CEC (or 0xB99CEC) is unknown color: approx Perfume. HEX triplet: B9, 9C and EC. RGB value is (185,156,236). Sum of RGB (Red+Green+Blue) = 185+156+236=577 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.06% from 577); Green value is 156 (61.33% from 255 or 27.04% 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 #B99CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99CEC is #466313. Grayscale: #ADADAD. Windows color (decimal): -4612884 or 15506617. OLE color: 15506617.

HSL color Cylindrical-coordinate representation of color #B99CEC: hue angle of 261.75º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B99CEC is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185156236-
CMYK0.220.3400.07
HSL261.75º67.8%76.86%-
HSV(B)261.75º33.9%92.55%-
XYZ47.0440.1584.63-
YUV173.79163.11136-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.06%
GREEN value IS 156 (61.33% from 255) = 27.04%
BLUE value IS 236 (92.58% from 255) = 40.90%
R=32.06%
G=27.04%
B=40.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851562360.220.3400.07261.7567.876.86
HexB99CEC162207106444d
Octal271234354264207406104115
Binary10111001100111001110110010110100010011110000011010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99CEC; }

 p { color: rgb(185,156,236); }

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

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

 a { background-color: rgb(185,156,236); }

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

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

 span { border-color: rgb(185,156,236); }

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