#BB9CFB

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

Shades of Perfume #BB9CFB

Tints of Perfume #BB9CFB

Color information

#BB9CFB (or 0xBB9CFB) is unknown color: approx Perfume. HEX triplet: BB, 9C and FB. RGB value is (187,156,251). Sum of RGB (Red+Green+Blue) = 187+156+251=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 156 (61.33% from 255 or 26.26% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB9CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9CFB is #446304. Grayscale: #AFAFAF. Windows color (decimal): -4481797 or 16489659. OLE color: 16489659.

HSL color Cylindrical-coordinate representation of color #BB9CFB: hue angle of 259.58º 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 #BB9CFB is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187156251-
CMYK0.250.3800.02
HSL259.58º92.23%79.8%-
HSV(B)259.58º37.85%98.43%-
XYZ49.7941.3196.62-
YUV176.1170.27135.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.48%
GREEN value IS 156 (61.33% from 255) = 26.26%
BLUE value IS 251 (98.44% from 255) = 42.26%
R=31.48%
G=26.26%
B=42.26%

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
Decimal1871562510.250.3800.02259.5892.2379.8
HexBB9CFB1926021045c50
Octal273234373314602404134120
Binary1011101110011100111110111100110011001010000010010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9CFB; }

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

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

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

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

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

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

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

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