#BBB4EC

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

Shades of Melrose #BBB4EC

Tints of Melrose #BBB4EC

Color information

#BBB4EC (or 0xBBB4EC) is unknown color: approx Melrose. HEX triplet: BB, B4 and EC. RGB value is (187,180,236). Sum of RGB (Red+Green+Blue) = 187+180+236=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 180 (70.70% from 255 or 29.85% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBB4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB4EC is #444B13. Grayscale: #BCBCBC. Windows color (decimal): -4475668 or 15512763. OLE color: 15512763.

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

Color convert

RGB187180236-
CMYK0.210.2400.07
HSL247.5º59.57%81.57%-
HSV(B)247.5º23.73%92.55%-
XYZ51.9649.2686.13-
YUV188.48154.82126.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.01%
GREEN value IS 180 (70.70% from 255) = 29.85%
BLUE value IS 236 (92.58% from 255) = 39.14%
R=31.01%
G=29.85%
B=39.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871802360.210.2400.07247.559.5781.57
HexBBB4EC151807f83c52
Octal27326435425300737074122
Binary10111011101101001110110010101110000111111110001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB4EC; }

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

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

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

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

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

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

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

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