#BB9EEF

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

Shades of Perfume #BB9EEF

Tints of Perfume #BB9EEF

Color information

#BB9EEF (or 0xBB9EEF) is unknown color: approx Perfume. HEX triplet: BB, 9E and EF. RGB value is (187,158,239). Sum of RGB (Red+Green+Blue) = 187+158+239=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 158 (62.11% from 255 or 27.05% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB9EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9EEF is #446110. Grayscale: #AFAFAF. Windows color (decimal): -4481297 or 15703739. OLE color: 15703739.

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

Color convert

RGB187158239-
CMYK0.220.3400.06
HSL261.48º71.68%77.84%-
HSV(B)261.48º33.89%93.73%-
XYZ48.341.2587.08-
YUV175.9163.61135.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.02%
GREEN value IS 158 (62.11% from 255) = 27.05%
BLUE value IS 239 (93.75% from 255) = 40.92%
R=32.02%
G=27.05%
B=40.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1871582390.220.3400.06261.4871.6877.84
HexBB9EEF162206105484e
Octal273236357264206405110116
Binary10111011100111101110111110110100010011010000010110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9EEF; }

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

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

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

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

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

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

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

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