#BB99DD

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

Shades of Perfume #BB99DD

Tints of Perfume #BB99DD

Color information

#BB99DD (or 0xBB99DD) is unknown color: approx Perfume. HEX triplet: BB, 99 and DD. RGB value is (187,153,221). Sum of RGB (Red+Green+Blue) = 187+153+221=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB99DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99DD is #446622. Grayscale: #AAAAAA. Windows color (decimal): -4482595 or 14522811. OLE color: 14522811.

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

Color convert

RGB187153221-
CMYK0.150.3100.13
HSL270º50%73.33%-
HSV(B)270º30.77%86.67%-
XYZ44.9438.5773.48-
YUV170.92156.26139.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.33%
GREEN value IS 153 (60.16% from 255) = 27.27%
BLUE value IS 221 (86.72% from 255) = 39.39%
R=33.33%
G=27.27%
B=39.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871532210.150.3100.132705073.33
HexBB99DDF1F0D10e3249
Octal273231335173701541662111
Binary101110111001100111011101111111111011011000011101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB99DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB99DD; }

 p { color: rgb(187,153,221); }

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

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

 a { background-color: rgb(187,153,221); }

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

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

 span { border-color: rgb(187,153,221); }

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