#BBA9EC

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

Shades of Melrose #BBA9EC

Tints of Melrose #BBA9EC

Color information

#BBA9EC (or 0xBBA9EC) is unknown color: approx Melrose. HEX triplet: BB, A9 and EC. RGB value is (187,169,236). Sum of RGB (Red+Green+Blue) = 187+169+236=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 169 (66.41% from 255 or 28.55% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBA9EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA9EC is #445613. Grayscale: #B5B5B5. Windows color (decimal): -4478484 or 15509947. OLE color: 15509947.

HSL color Cylindrical-coordinate representation of color #BBA9EC: hue angle of 256.12º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBA9EC is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187169236-
CMYK0.210.2800.07
HSL256.12º63.81%79.41%-
HSV(B)256.12º28.39%92.55%-
XYZ49.824585.42-
YUV182.02158.46131.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.59%
GREEN value IS 169 (66.41% from 255) = 28.55%
BLUE value IS 236 (92.58% from 255) = 39.86%
R=31.59%
G=28.55%
B=39.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871692360.210.2800.07256.1263.8179.41
HexBBA9EC151C07100404f
Octal273251354253407400100117
Binary1011101110101001111011001010111100011110000000010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA9EC; }

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

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

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

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

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

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

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

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