#BB9BFB

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

Shades of Perfume #BB9BFB

Tints of Perfume #BB9BFB

Color information

#BB9BFB (or 0xBB9BFB) is unknown color: approx Perfume. HEX triplet: BB, 9B and FB. RGB value is (187,155,251). Sum of RGB (Red+Green+Blue) = 187+155+251=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 155 (60.94% from 255 or 26.14% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB9BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9BFB is #446404. Grayscale: #AFAFAF. Windows color (decimal): -4482053 or 16489403. OLE color: 16489403.

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

Color convert

RGB187155251-
CMYK0.250.3800.02
HSL260º92.31%79.61%-
HSV(B)260º38.25%98.43%-
XYZ49.6340.9796.56-
YUV175.51170.6136.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.53%
GREEN value IS 155 (60.94% from 255) = 26.14%
BLUE value IS 251 (98.44% from 255) = 42.33%
R=31.53%
G=26.14%
B=42.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871552510.250.3800.0226092.3179.61
HexBB9BFB1926021045c50
Octal273233373314602404134120
Binary1011101110011011111110111100110011001010000010010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9BFB; }

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

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

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

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

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

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

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

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