#BB9EF1

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

Shades of Perfume #BB9EF1

Tints of Perfume #BB9EF1

Color information

#BB9EF1 (or 0xBB9EF1) is unknown color: approx Perfume. HEX triplet: BB, 9E and F1. RGB value is (187,158,241). Sum of RGB (Red+Green+Blue) = 187+158+241=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 158 (62.11% from 255 or 26.96% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB9EF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9EF1 is #44610E. Grayscale: #AFAFAF. Windows color (decimal): -4481295 or 15834811. OLE color: 15834811.

HSL color Cylindrical-coordinate representation of color #BB9EF1: hue angle of 260.96º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB9EF1 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187158241-
CMYK0.220.3400.05
HSL260.96º74.77%78.24%-
HSV(B)260.96º34.44%94.51%-
XYZ48.641.3788.64-
YUV176.13164.61135.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.91%
GREEN value IS 158 (62.11% from 255) = 26.96%
BLUE value IS 241 (94.53% from 255) = 41.13%
R=31.91%
G=26.96%
B=41.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871582410.220.3400.05260.9674.7778.24
HexBB9EF11622051054b4e
Octal273236361264205405113116
Binary10111011100111101111000110110100010010110000010110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9EF1; }

 p { color: rgb(187,158,241); }

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

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

 a { background-color: rgb(187,158,241); }

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

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

 span { border-color: rgb(187,158,241); }

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