#BB8EEE

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

Shades of Perfume #BB8EEE

Tints of Perfume #BB8EEE

Color information

#BB8EEE (or 0xBB8EEE) is unknown color: approx Perfume. HEX triplet: BB, 8E and EE. RGB value is (187,142,238). Sum of RGB (Red+Green+Blue) = 187+142+238=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 142 (55.86% from 255 or 25.04% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB8EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8EEE is #447111. Grayscale: #A6A6A6. Windows color (decimal): -4485394 or 15634107. OLE color: 15634107.

HSL color Cylindrical-coordinate representation of color #BB8EEE: hue angle of 268.12º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB8EEE is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187142238-
CMYK0.210.4000.07
HSL268.12º73.85%74.51%-
HSV(B)268.12º40.34%93.33%-
XYZ45.636.0885.45-
YUV166.4168.41142.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.98%
GREEN value IS 142 (55.86% from 255) = 25.04%
BLUE value IS 238 (93.36% from 255) = 41.98%
R=32.98%
G=25.04%
B=41.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871422380.210.4000.07268.1273.8574.51
HexBB8EEE15280710c4a4b
Octal273216356255007414112113
Binary10111011100011101110111010101101000011110000110010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8EEE; }

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

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

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

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

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

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

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

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