#BBA0E4

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

Shades of Perfume #BBA0E4

Tints of Perfume #BBA0E4

Color information

#BBA0E4 (or 0xBBA0E4) is unknown color: approx Perfume. HEX triplet: BB, A0 and E4. RGB value is (187,160,228). Sum of RGB (Red+Green+Blue) = 187+160+228=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 160 (62.89% from 255 or 27.83% from 575); Blue value is 228 (89.45% from 255 or 39.65% from 575); Max value from RGB is 228 - color contains mainly: blue. Hex color #BBA0E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0E4 is #445F1B. Grayscale: #AFAFAF. Windows color (decimal): -4480796 or 14983355. OLE color: 14983355.

HSL color Cylindrical-coordinate representation of color #BBA0E4: hue angle of 263.82º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBA0E4 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB187160228-
CMYK0.180.3000.11
HSL263.82º55.74%76.08%-
HSV(B)263.82º29.82%89.41%-
XYZ47.0741.3178.89-
YUV175.82157.45135.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.52%
GREEN value IS 160 (62.89% from 255) = 27.83%
BLUE value IS 228 (89.45% from 255) = 39.65%
R=32.52%
G=27.83%
B=39.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1871602280.180.3000.11263.8255.7476.08
HexBBA0E4121E0B108384c
Octal273240344223601341070114
Binary1011101110100000111001001001011110010111000010001110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA0E4; }

 p { color: rgb(187,160,228); }

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

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

 a { background-color: rgb(187,160,228); }

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

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

 span { border-color: rgb(187,160,228); }

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