#BB99D8

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

Shades of Perfume #BB99D8

Tints of Perfume #BB99D8

Color information

#BB99D8 (or 0xBB99D8) is unknown color: approx Perfume. HEX triplet: BB, 99 and D8. RGB value is (187,153,216). Sum of RGB (Red+Green+Blue) = 187+153+216=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 153 (60.16% from 255 or 27.52% from 556); Blue value is 216 (84.77% from 255 or 38.85% from 556); Max value from RGB is 216 - color contains mainly: blue. Hex color #BB99D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99D8 is #446627. Grayscale: #AAAAAA. Windows color (decimal): -4482600 or 14195131. OLE color: 14195131.

HSL color Cylindrical-coordinate representation of color #BB99D8: hue angle of 272.38º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB99D8 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187153216-
CMYK0.130.2900.15
HSL272.38º44.68%72.35%-
HSV(B)272.38º29.17%84.71%-
XYZ44.2838.3170.03-
YUV170.35153.76139.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.63%
GREEN value IS 153 (60.16% from 255) = 27.52%
BLUE value IS 216 (84.77% from 255) = 38.85%
R=33.63%
G=27.52%
B=38.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871532160.130.2900.15272.3844.6872.35
HexBB99D8D1D0F1102d48
Octal273231330153501742055110
Binary101110111001100111011000110111101011111000100001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB99D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB99D8; }

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

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

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

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

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

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

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

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