#BBACE3

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

Shades of Melrose #BBACE3

Tints of Melrose #BBACE3

Color information

#BBACE3 (or 0xBBACE3) is unknown color: approx Melrose. HEX triplet: BB, AC and E3. RGB value is (187,172,227). Sum of RGB (Red+Green+Blue) = 187+172+227=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 227 (89.06% from 255 or 38.74% from 586); Max value from RGB is 227 - color contains mainly: blue. Hex color #BBACE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACE3 is #44531C. Grayscale: #B6B6B6. Windows color (decimal): -4477725 or 14920891. OLE color: 14920891.

HSL color Cylindrical-coordinate representation of color #BBACE3: hue angle of 256.36º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBACE3 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB187172227-
CMYK0.180.2400.11
HSL256.36º49.55%78.24%-
HSV(B)256.36º24.23%89.02%-
XYZ49.1145.6278.89-
YUV182.76152.97131.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.91%
GREEN value IS 172 (67.58% from 255) = 29.35%
BLUE value IS 227 (89.06% from 255) = 38.74%
R=31.91%
G=29.35%
B=38.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1871722270.180.2400.11256.3649.5578.24
HexBBACE312180B100324e
Octal273254343223001340062116
Binary1011101110101100111000111001011000010111000000001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACE3; }

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

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

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

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

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

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

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

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