#BBA0E1

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

Shades of Perfume #BBA0E1

Tints of Perfume #BBA0E1

Color information

#BBA0E1 (or 0xBBA0E1) is unknown color: approx Perfume. HEX triplet: BB, A0 and E1. RGB value is (187,160,225). Sum of RGB (Red+Green+Blue) = 187+160+225=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 160 (62.89% from 255 or 27.97% from 572); Blue value is 225 (88.28% from 255 or 39.34% from 572); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBA0E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0E1 is #445F1E. Grayscale: #AFAFAF. Windows color (decimal): -4480799 or 14786747. OLE color: 14786747.

HSL color Cylindrical-coordinate representation of color #BBA0E1: hue angle of 264.92º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBA0E1 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB187160225-
CMYK0.170.2900.12
HSL264.92º52%75.49%-
HSV(B)264.92º28.89%88.24%-
XYZ46.6541.1476.72-
YUV175.48155.95136.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.69%
GREEN value IS 160 (62.89% from 255) = 27.97%
BLUE value IS 225 (88.28% from 255) = 39.34%
R=32.69%
G=27.97%
B=39.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1871602250.170.2900.12264.925275.49
HexBBA0E1111D0C109344b
Octal273240341213501441164113
Binary1011101110100000111000011000111101011001000010011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA0E1; }

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

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

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

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

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

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

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

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