#BBA4E7

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

Shades of Perfume #BBA4E7

Tints of Perfume #BBA4E7

Color information

#BBA4E7 (or 0xBBA4E7) is unknown color: approx Perfume. HEX triplet: BB, A4 and E7. RGB value is (187,164,231). Sum of RGB (Red+Green+Blue) = 187+164+231=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 164 (64.45% from 255 or 28.18% from 582); Blue value is 231 (90.62% from 255 or 39.69% from 582); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBA4E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA4E7 is #445B18. Grayscale: #B2B2B2. Windows color (decimal): -4479769 or 15180987. OLE color: 15180987.

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

Color convert

RGB187164231-
CMYK0.190.2900.09
HSL260.6º58.26%77.45%-
HSV(B)260.6º29%90.59%-
XYZ48.1942.8981.34-
YUV178.52157.62134.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.13%
GREEN value IS 164 (64.45% from 255) = 28.18%
BLUE value IS 231 (90.62% from 255) = 39.69%
R=32.13%
G=28.18%
B=39.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1871642310.190.2900.09260.658.2677.45
HexBBA4E7131D091053a4d
Octal273244347233501140572115
Binary1011101110100100111001111001111101010011000001011110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA4E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA4E7; }

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

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

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

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

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

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

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

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