#BB99DA

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

Shades of Perfume #BB99DA

Tints of Perfume #BB99DA

Color information

#BB99DA (or 0xBB99DA) is unknown color: approx Perfume. HEX triplet: BB, 99 and DA. RGB value is (187,153,218). Sum of RGB (Red+Green+Blue) = 187+153+218=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 153 (60.16% from 255 or 27.42% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB99DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99DA is #446625. Grayscale: #AAAAAA. Windows color (decimal): -4482598 or 14326203. OLE color: 14326203.

HSL color Cylindrical-coordinate representation of color #BB99DA: hue angle of 271.38º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB99DA is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187153218-
CMYK0.140.3000.15
HSL271.38º46.76%72.75%-
HSV(B)271.38º29.82%85.49%-
XYZ44.5438.4171.4-
YUV170.58154.76139.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.51%
GREEN value IS 153 (60.16% from 255) = 27.42%
BLUE value IS 218 (85.55% from 255) = 39.07%
R=33.51%
G=27.42%
B=39.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871532180.140.3000.15271.3846.7672.75
HexBB99DAE1E0F10f2f49
Octal273231332163601741757111
Binary101110111001100111011010111011110011111000011111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB99DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB99DA; }

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

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

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

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

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

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

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

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