#BBA9E9

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

Shades of Melrose #BBA9E9

Tints of Melrose #BBA9E9

Color information

#BBA9E9 (or 0xBBA9E9) is unknown color: approx Melrose. HEX triplet: BB, A9 and E9. RGB value is (187,169,233). Sum of RGB (Red+Green+Blue) = 187+169+233=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 169 (66.41% from 255 or 28.69% from 589); Blue value is 233 (91.41% from 255 or 39.56% from 589); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBA9E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA9E9 is #445616. Grayscale: #B5B5B5. Windows color (decimal): -4478487 or 15313339. OLE color: 15313339.

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

Color convert

RGB187169233-
CMYK0.200.2700.09
HSL256.88º59.26%78.82%-
HSV(B)256.88º27.47%91.37%-
XYZ49.3944.8283.14-
YUV181.68156.96131.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.75%
GREEN value IS 169 (66.41% from 255) = 28.69%
BLUE value IS 233 (91.41% from 255) = 39.56%
R=31.75%
G=28.69%
B=39.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1871692330.200.2700.09256.8859.2678.82
HexBBA9E9141B091013b4f
Octal273251351243301140173117
Binary1011101110101001111010011010011011010011000000011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA9E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA9E9; }

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

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

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

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

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

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

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

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