#BBA0E3

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

Shades of Perfume #BBA0E3

Tints of Perfume #BBA0E3

Color information

#BBA0E3 (or 0xBBA0E3) is unknown color: approx Perfume. HEX triplet: BB, A0 and E3. RGB value is (187,160,227). Sum of RGB (Red+Green+Blue) = 187+160+227=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 160 (62.89% from 255 or 27.87% from 574); Blue value is 227 (89.06% from 255 or 39.55% from 574); Max value from RGB is 227 - color contains mainly: blue. Hex color #BBA0E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0E3 is #445F1C. Grayscale: #AFAFAF. Windows color (decimal): -4480797 or 14917819. OLE color: 14917819.

HSL color Cylindrical-coordinate representation of color #BBA0E3: hue angle of 264.18º degrees, saturation: 0.54, 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 #BBA0E3 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB187160227-
CMYK0.180.3000.11
HSL264.18º54.47%75.88%-
HSV(B)264.18º29.52%89.02%-
XYZ46.9341.2578.16-
YUV175.71156.95136.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.58%
GREEN value IS 160 (62.89% from 255) = 27.87%
BLUE value IS 227 (89.06% from 255) = 39.55%
R=32.58%
G=27.87%
B=39.55%

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
Decimal1871602270.180.3000.11264.1854.4775.88
HexBBA0E3121E0B108364c
Octal273240343223601341066114
Binary1011101110100000111000111001011110010111000010001101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA0E3; }

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

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

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

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

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

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

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

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