#BBACE5

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

Shades of Melrose #BBACE5

Tints of Melrose #BBACE5

Color information

#BBACE5 (or 0xBBACE5) is unknown color: approx Melrose. HEX triplet: BB, AC and E5. RGB value is (187,172,229). Sum of RGB (Red+Green+Blue) = 187+172+229=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBACE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACE5 is #44531A. Grayscale: #B6B6B6. Windows color (decimal): -4477723 or 15051963. OLE color: 15051963.

HSL color Cylindrical-coordinate representation of color #BBACE5: hue angle of 255.79º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBACE5 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB187172229-
CMYK0.180.2500.10
HSL255.79º52.29%78.63%-
HSV(B)255.79º24.89%89.8%-
XYZ49.3945.7380.35-
YUV182.98153.97130.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.80%
GREEN value IS 172 (67.58% from 255) = 29.25%
BLUE value IS 229 (89.84% from 255) = 38.95%
R=31.80%
G=29.25%
B=38.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1871722290.180.2500.10255.7952.2978.63
HexBBACE512190A100344f
Octal273254345223101240064117
Binary1011101110101100111001011001011001010101000000001101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACE5; }

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

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

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

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

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

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

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

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