#B99CCD

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

Shades of Perfume #B99CCD

Tints of Perfume #B99CCD

Color information

#B99CCD (or 0xB99CCD) is unknown color: approx Perfume. HEX triplet: B9, 9C and CD. RGB value is (185,156,205). Sum of RGB (Red+Green+Blue) = 185+156+205=546 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.88% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #B99CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99CCD is #466332. Grayscale: #AAAAAA. Windows color (decimal): -4612915 or 13475001. OLE color: 13475001.

HSL color Cylindrical-coordinate representation of color #B99CCD: hue angle of 275.51º degrees, saturation: 0.33, 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 #B99CCD is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185156205-
CMYK0.100.2400.20
HSL275.51º32.89%70.78%-
HSV(B)275.51º23.9%80.39%-
XYZ42.9238.562.93-
YUV170.26147.61138.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.88%
GREEN value IS 156 (61.33% from 255) = 28.57%
BLUE value IS 205 (80.47% from 255) = 37.55%
R=33.88%
G=28.57%
B=37.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851562050.100.2400.20275.5132.8970.78
HexB99CCDA180141142147
Octal271234315123002442441107
Binary1011100110011100110011011010110000101001000101001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99CCD; }

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

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

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

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

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

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

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

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