#BB9FEE

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

Shades of Perfume #BB9FEE

Tints of Perfume #BB9FEE

Color information

#BB9FEE (or 0xBB9FEE) is unknown color: approx Perfume. HEX triplet: BB, 9F and EE. RGB value is (187,159,238). Sum of RGB (Red+Green+Blue) = 187+159+238=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB9FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9FEE is #446011. Grayscale: #B0B0B0. Windows color (decimal): -4481042 or 15638459. OLE color: 15638459.

HSL color Cylindrical-coordinate representation of color #BB9FEE: hue angle of 261.27º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB9FEE is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187159238-
CMYK0.210.3300.07
HSL261.27º69.91%77.84%-
HSV(B)261.27º33.19%93.33%-
XYZ48.3241.5386.36-
YUV176.38162.78135.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.02%
GREEN value IS 159 (62.5% from 255) = 27.23%
BLUE value IS 238 (93.36% from 255) = 40.75%
R=32.02%
G=27.23%
B=40.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871592380.210.3300.07261.2769.9177.84
HexBB9FEE152107105464e
Octal273237356254107405106116
Binary10111011100111111110111010101100001011110000010110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9FEE; }

 p { color: rgb(187,159,238); }

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

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

 a { background-color: rgb(187,159,238); }

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

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

 span { border-color: rgb(187,159,238); }

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