#BBA5EA

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

Shades of Perfume #BBA5EA

Tints of Perfume #BBA5EA

Color information

#BBA5EA (or 0xBBA5EA) is unknown color: approx Perfume. HEX triplet: BB, A5 and EA. RGB value is (187,165,234). Sum of RGB (Red+Green+Blue) = 187+165+234=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 165 (64.84% from 255 or 28.16% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBA5EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA5EA is #445A15. Grayscale: #B3B3B3. Windows color (decimal): -4479510 or 15377851. OLE color: 15377851.

HSL color Cylindrical-coordinate representation of color #BBA5EA: hue angle of 259.13º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBA5EA is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187165234-
CMYK0.200.2900.08
HSL259.13º62.16%78.24%-
HSV(B)259.13º29.49%91.76%-
XYZ48.843.4283.65-
YUV179.44158.79133.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.91%
GREEN value IS 165 (64.84% from 255) = 28.16%
BLUE value IS 234 (91.80% from 255) = 39.93%
R=31.91%
G=28.16%
B=39.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1871652340.200.2900.08259.1362.1678.24
HexBBA5EA141D081033e4e
Octal273245352243501040376116
Binary1011101110100101111010101010011101010001000000111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA5EA; }

 p { color: rgb(187,165,234); }

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

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

 a { background-color: rgb(187,165,234); }

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

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

 span { border-color: rgb(187,165,234); }

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