#BB91FB

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

Shades of Perfume #BB91FB

Tints of Perfume #BB91FB

Color information

#BB91FB (or 0xBB91FB) is unknown color: approx Perfume. HEX triplet: BB, 91 and FB. RGB value is (187,145,251). Sum of RGB (Red+Green+Blue) = 187+145+251=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 145 (57.03% from 255 or 24.87% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB91FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB91FB is #446E04. Grayscale: #A9A9A9. Windows color (decimal): -4484613 or 16486843. OLE color: 16486843.

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

Color convert

RGB187145251-
CMYK0.250.4200.02
HSL263.77º92.98%77.65%-
HSV(B)263.77º42.23%98.43%-
XYZ48.0337.7896.03-
YUV169.64173.91140.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.08%
GREEN value IS 145 (57.03% from 255) = 24.87%
BLUE value IS 251 (98.44% from 255) = 43.05%
R=32.08%
G=24.87%
B=43.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871452510.250.4200.02263.7792.9877.65
HexBB91FB192A021085d4e
Octal273221373315202410135116
Binary1011101110010001111110111100110101001010000100010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB91FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB91FB; }

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

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

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

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

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

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

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

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