#BB9BFF

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

Shades of Perfume #BB9BFF

Tints of Perfume #BB9BFF

Color information

#BB9BFF (or 0xBB9BFF) is unknown color: approx Perfume. HEX triplet: BB, 9B and FF. RGB value is (187,155,255). Sum of RGB (Red+Green+Blue) = 187+155+255=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 155 (60.94% from 255 or 25.96% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB9BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9BFF is #446400. Grayscale: #AFAFAF. Windows color (decimal): -4482049 or 16751547. OLE color: 16751547.

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

Color convert

RGB187155255-
CMYK0.270.3900
HSL259.2º100%80.39%-
HSV(B)259.2º39.22%100%-
XYZ50.2641.2399.92-
YUV175.97172.6135.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.32%
GREEN value IS 155 (60.94% from 255) = 25.96%
BLUE value IS 255 (100% from 255) = 42.71%
R=31.32%
G=25.96%
B=42.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1871552550.270.3900259.210080.39
HexBB9BFF1B27001036450
Octal273233377334700403144120
Binary101110111001101111111111110111001110010000001111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9BFF; }

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

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

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

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

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

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

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

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