#BB96EE

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

Shades of Perfume #BB96EE

Tints of Perfume #BB96EE

Color information

#BB96EE (or 0xBB96EE) is unknown color: approx Perfume. HEX triplet: BB, 96 and EE. RGB value is (187,150,238). Sum of RGB (Red+Green+Blue) = 187+150+238=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 150 (58.98% from 255 or 26.09% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB96EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB96EE is #446911. Grayscale: #AAAAAA. Windows color (decimal): -4483346 or 15636155. OLE color: 15636155.

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

Color convert

RGB187150238-
CMYK0.210.3700.07
HSL265.23º72.13%76.08%-
HSV(B)265.23º36.97%93.33%-
XYZ46.8338.5585.86-
YUV171.1165.76139.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.52%
GREEN value IS 150 (58.98% from 255) = 26.09%
BLUE value IS 238 (93.36% from 255) = 41.39%
R=32.52%
G=26.09%
B=41.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871502380.210.3700.07265.2372.1376.08
HexBB96EE152507109484c
Octal273226356254507411110114
Binary10111011100101101110111010101100101011110000100110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB96EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB96EE; }

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

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

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

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

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

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

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

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