#BBA5E9

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

Shades of Perfume #BBA5E9

Tints of Perfume #BBA5E9

Color information

#BBA5E9 (or 0xBBA5E9) is unknown color: approx Perfume. HEX triplet: BB, A5 and E9. RGB value is (187,165,233). Sum of RGB (Red+Green+Blue) = 187+165+233=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 165 (64.84% from 255 or 28.21% from 585); Blue value is 233 (91.41% from 255 or 39.83% from 585); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBA5E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA5E9 is #445A16. Grayscale: #B3B3B3. Windows color (decimal): -4479511 or 15312315. OLE color: 15312315.

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

Color convert

RGB187165233-
CMYK0.200.2900.09
HSL259.41º60.71%78.04%-
HSV(B)259.41º29.18%91.37%-
XYZ48.6643.3682.9-
YUV179.33158.29133.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.97%
GREEN value IS 165 (64.84% from 255) = 28.21%
BLUE value IS 233 (91.41% from 255) = 39.83%
R=31.97%
G=28.21%
B=39.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1871652330.200.2900.09259.4160.7178.04
HexBBA5E9141D091033d4e
Octal273245351243501140375116
Binary1011101110100101111010011010011101010011000000111111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA5E9; }

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

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

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

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

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

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

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

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