#BBB1EC

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

Shades of Melrose #BBB1EC

Tints of Melrose #BBB1EC

Color information

#BBB1EC (or 0xBBB1EC) is unknown color: approx Melrose. HEX triplet: BB, B1 and EC. RGB value is (187,177,236). Sum of RGB (Red+Green+Blue) = 187+177+236=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 177 (69.53% from 255 or 29.5% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBB1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB1EC is #444E13. Grayscale: #BABABA. Windows color (decimal): -4476436 or 15511995. OLE color: 15511995.

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

Color convert

RGB187177236-
CMYK0.210.2500.07
HSL250.17º60.82%80.98%-
HSV(B)250.17º25%92.55%-
XYZ51.3648.0785.93-
YUV186.72155.81128.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.17%
GREEN value IS 177 (69.53% from 255) = 29.5%
BLUE value IS 236 (92.58% from 255) = 39.33%
R=31.17%
G=29.5%
B=39.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871772360.210.2500.07250.1760.8280.98
HexBBB1EC151907fa3d51
Octal27326135425310737275121
Binary10111011101100011110110010101110010111111110101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB1EC; }

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

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

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

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

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

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

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

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