#BB8EF4

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

Shades of Perfume #BB8EF4

Tints of Perfume #BB8EF4

Color information

#BB8EF4 (or 0xBB8EF4) is unknown color: approx Perfume. HEX triplet: BB, 8E and F4. RGB value is (187,142,244). Sum of RGB (Red+Green+Blue) = 187+142+244=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 142 (55.86% from 255 or 24.78% from 573); Blue value is 244 (95.70% from 255 or 42.58% from 573); Max value from RGB is 244 - color contains mainly: blue. Hex color #BB8EF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8EF4 is #44710B. Grayscale: #A6A6A6. Windows color (decimal): -4485388 or 16027323. OLE color: 16027323.

HSL color Cylindrical-coordinate representation of color #BB8EF4: hue angle of 266.47º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB8EF4 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187142244-
CMYK0.230.4200.04
HSL266.47º82.26%75.69%-
HSV(B)266.47º41.8%95.69%-
XYZ46.536.4490.17-
YUV167.08171.41142.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.64%
GREEN value IS 142 (55.86% from 255) = 24.78%
BLUE value IS 244 (95.70% from 255) = 42.58%
R=32.64%
G=24.78%
B=42.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1871422440.230.4200.04266.4782.2675.69
HexBB8EF4172A0410a524c
Octal273216364275204412122114
Binary10111011100011101111010010111101010010010000101010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8EF4; }

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

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

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

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

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

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

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

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