#B99CCC

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

Shades of Perfume #B99CCC

Tints of Perfume #B99CCC

Color information

#B99CCC (or 0xB99CCC) is unknown color: approx Perfume. HEX triplet: B9, 9C and CC. RGB value is (185,156,204). Sum of RGB (Red+Green+Blue) = 185+156+204=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 156 (61.33% from 255 or 28.62% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 204 - color contains mainly: blue. Hex color #B99CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99CCC is #466333. Grayscale: #A9A9A9. Windows color (decimal): -4612916 or 13409465. OLE color: 13409465.

HSL color Cylindrical-coordinate representation of color #B99CCC: hue angle of 276.25º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B99CCC is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB185156204-
CMYK0.090.2400.2
HSL276.25º32%70.59%-
HSV(B)276.25º23.53%80%-
XYZ42.838.4562.29-
YUV170.14147.11138.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.94%
GREEN value IS 156 (61.33% from 255) = 28.62%
BLUE value IS 204 (80.08% from 255) = 37.43%
R=33.94%
G=28.62%
B=37.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1851562040.090.2400.2276.253270.59
HexB99CCC9180141142047
Octal271234314113002442440107
Binary1011100110011100110011001001110000101001000101001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99CCC; }

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

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

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

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

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

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

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

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