#bb8eef

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

Shades of Perfume #BB8EEF

Tints of Perfume #BB8EEF

Color information

#BB8EEF (or 0xBB8EEF) is unknown color: approx Perfume. HEX triplet: BB, 8E and EF. RGB value is (187,142,239). Sum of RGB (Red+Green+Blue) = 187+142+239=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 142 (55.86% from 255 or 25% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB8EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8EEF is #447110. Grayscale: #A6A6A6. Windows color (decimal): -4485393 or 15699643. OLE color: 15699643.

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

Color convert

RGB187142239-
CMYK0.220.4100.06
HSL267.84º75.19%74.71%-
HSV(B)267.84º40.59%93.73%-
XYZ45.7536.1486.23-
YUV166.51168.91142.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.92%
GREEN value IS 142 (55.86% from 255) = 25%
BLUE value IS 239 (93.75% from 255) = 42.08%
R=32.92%
G=25%
B=42.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1871422390.220.4100.06267.8475.1974.71
HexBB8EEF16290610c4b4b
Octal273216357265106414113113
Binary10111011100011101110111110110101001011010000110010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb8eef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb8eef; }

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

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

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

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

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

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

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

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