#BB8EF9

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

Shades of Perfume #BB8EF9

Tints of Perfume #BB8EF9

Color information

#BB8EF9 (or 0xBB8EF9) is unknown color: approx Perfume. HEX triplet: BB, 8E and F9. RGB value is (187,142,249). Sum of RGB (Red+Green+Blue) = 187+142+249=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 142 (55.86% from 255 or 24.57% from 578); Blue value is 249 (97.66% from 255 or 43.08% from 578); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB8EF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8EF9 is #447106. Grayscale: #A7A7A7. Windows color (decimal): -4485383 or 16355003. OLE color: 16355003.

HSL color Cylindrical-coordinate representation of color #BB8EF9: hue angle of 265.23º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB8EF9 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187142249-
CMYK0.250.4300.02
HSL265.23º89.92%76.67%-
HSV(B)265.23º42.97%97.65%-
XYZ47.2736.7594.22-
YUV167.65173.91141.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.35%
GREEN value IS 142 (55.86% from 255) = 24.57%
BLUE value IS 249 (97.66% from 255) = 43.08%
R=32.35%
G=24.57%
B=43.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871422490.250.4300.02265.2389.9276.67
HexBB8EF9192B021095a4d
Octal273216371315302411132115
Binary1011101110001110111110011100110101101010000100110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8EF9; }

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

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

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

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

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

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

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

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