#BB99E5

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

Shades of Perfume #BB99E5

Tints of Perfume #BB99E5

Color information

#BB99E5 (or 0xBB99E5) is unknown color: approx Perfume. HEX triplet: BB, 99 and E5. RGB value is (187,153,229). Sum of RGB (Red+Green+Blue) = 187+153+229=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 153 (60.16% from 255 or 26.89% from 569); Blue value is 229 (89.84% from 255 or 40.25% from 569); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB99E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99E5 is #44661A. Grayscale: #ABABAB. Windows color (decimal): -4482587 or 15047099. OLE color: 15047099.

HSL color Cylindrical-coordinate representation of color #BB99E5: hue angle of 266.84º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB99E5 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB187153229-
CMYK0.180.3300.10
HSL266.84º59.38%74.9%-
HSV(B)266.84º33.19%89.8%-
XYZ46.033979.23-
YUV171.83160.26138.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.86%
GREEN value IS 153 (60.16% from 255) = 26.89%
BLUE value IS 229 (89.84% from 255) = 40.25%
R=32.86%
G=26.89%
B=40.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1871532290.180.3300.10266.8459.3874.9
HexBB99E512210A10b3b4b
Octal273231345224101241373113
Binary10111011100110011110010110010100001010101000010111110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB99E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB99E5; }

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

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

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

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

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

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

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

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