#BBADEC

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

Shades of Melrose #BBADEC

Tints of Melrose #BBADEC

Color information

#BBADEC (or 0xBBADEC) is unknown color: approx Melrose. HEX triplet: BB, AD and EC. RGB value is (187,173,236). Sum of RGB (Red+Green+Blue) = 187+173+236=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBADEC is #445213. Grayscale: #B8B8B8. Windows color (decimal): -4477460 or 15510971. OLE color: 15510971.

HSL color Cylindrical-coordinate representation of color #BBADEC: hue angle of 253.33º degrees, saturation: 0.62, 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 #BBADEC is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187173236-
CMYK0.210.2700.07
HSL253.33º62.38%80.2%-
HSV(B)253.33º26.69%92.55%-
XYZ50.5846.5185.67-
YUV184.37157.14129.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.38%
GREEN value IS 173 (67.97% from 255) = 29.03%
BLUE value IS 236 (92.58% from 255) = 39.60%
R=31.38%
G=29.03%
B=39.60%

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
Decimal1871732360.210.2700.07253.3362.3880.2
HexBBADEC151B07fd3e50
Octal27325535425330737576120
Binary10111011101011011110110010101110110111111111011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBADEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBADEC; }

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

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

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

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

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

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

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

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