#BB99FF

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

Shades of Perfume #BB99FF

Tints of Perfume #BB99FF

Color information

#BB99FF (or 0xBB99FF) is unknown color: approx Perfume. HEX triplet: BB, 99 and FF. RGB value is (187,153,255). Sum of RGB (Red+Green+Blue) = 187+153+255=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 153 (60.16% from 255 or 25.71% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB99FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB99FF is #446600. Grayscale: #AEAEAE. Windows color (decimal): -4482561 or 16751035. OLE color: 16751035.

HSL color Cylindrical-coordinate representation of color #BB99FF: hue angle of 260º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB99FF is Cyan = 0.27, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB187153255-
CMYK0.270.400
HSL260º100%80%-
HSV(B)260º40%100%-
XYZ49.9340.5799.81-
YUV174.79173.26136.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.43%
GREEN value IS 153 (60.16% from 255) = 25.71%
BLUE value IS 255 (100% from 255) = 42.86%
R=31.43%
G=25.71%
B=42.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1871532550.270.40026010080
HexBB99FF1B28001046450
Octal273231377335000404144120
Binary101110111001100111111111110111010000010000010011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB99FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB99FF; }

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

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

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

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

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

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

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

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