#BBA1E7

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

Shades of Perfume #BBA1E7

Tints of Perfume #BBA1E7

Color information

#BBA1E7 (or 0xBBA1E7) is unknown color: approx Perfume. HEX triplet: BB, A1 and E7. RGB value is (187,161,231). Sum of RGB (Red+Green+Blue) = 187+161+231=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 161 (63.28% from 255 or 27.81% from 579); Blue value is 231 (90.62% from 255 or 39.90% from 579); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBA1E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA1E7 is #445E18. Grayscale: #B0B0B0. Windows color (decimal): -4480537 or 15180219. OLE color: 15180219.

HSL color Cylindrical-coordinate representation of color #BBA1E7: hue angle of 262.29º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBA1E7 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB187161231-
CMYK0.190.3000.09
HSL262.29º59.32%76.86%-
HSV(B)262.29º30.3%90.59%-
XYZ47.6641.8281.16-
YUV176.75158.61135.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.30%
GREEN value IS 161 (63.28% from 255) = 27.81%
BLUE value IS 231 (90.62% from 255) = 39.90%
R=32.30%
G=27.81%
B=39.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1871612310.190.3000.09262.2959.3276.86
HexBBA1E7131E091063b4d
Octal273241347233601140673115
Binary1011101110100001111001111001111110010011000001101110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA1E7; }

 p { color: rgb(187,161,231); }

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

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

 a { background-color: rgb(187,161,231); }

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

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

 span { border-color: rgb(187,161,231); }

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