#BBACE9

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

Shades of Melrose #BBACE9

Tints of Melrose #BBACE9

Color information

#BBACE9 (or 0xBBACE9) is unknown color: approx Melrose. HEX triplet: BB, AC and E9. RGB value is (187,172,233). Sum of RGB (Red+Green+Blue) = 187+172+233=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 233 (91.41% from 255 or 39.36% from 592); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBACE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBACE9 is #445316. Grayscale: #B7B7B7. Windows color (decimal): -4477719 or 15314107. OLE color: 15314107.

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

Color convert

RGB187172233-
CMYK0.200.2600.09
HSL254.75º58.1%79.41%-
HSV(B)254.75º26.18%91.37%-
XYZ49.9545.9583.33-
YUV183.44155.97130.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.59%
GREEN value IS 172 (67.58% from 255) = 29.05%
BLUE value IS 233 (91.41% from 255) = 39.36%
R=31.59%
G=29.05%
B=39.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1871722330.200.2600.09254.7558.179.41
HexBBACE9141A09ff3a4f
Octal273254351243201137772117
Binary101110111010110011101001101001101001001111111111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACE9; }

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

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

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

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

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

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

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

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