#BBACEC

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

Shades of Melrose #BBACEC

Tints of Melrose #BBACEC

Color information

#BBACEC (or 0xBBACEC) is unknown color: approx Melrose. HEX triplet: BB, AC and EC. RGB value is (187,172,236). Sum of RGB (Red+Green+Blue) = 187+172+236=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBACEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBACEC is #445313. Grayscale: #B7B7B7. Windows color (decimal): -4477716 or 15510715. OLE color: 15510715.

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

Color convert

RGB187172236-
CMYK0.210.2700.07
HSL254.06º62.75%80%-
HSV(B)254.06º27.12%92.55%-
XYZ50.3946.1385.6-
YUV183.78157.47130.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.43%
GREEN value IS 172 (67.58% from 255) = 28.91%
BLUE value IS 236 (92.58% from 255) = 39.66%
R=31.43%
G=28.91%
B=39.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871722360.210.2700.07254.0662.7580
HexBBACEC151B07fe3f50
Octal27325435425330737677120
Binary10111011101011001110110010101110110111111111101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACEC; }

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

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

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

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

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

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

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

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