#BBADE2

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

Shades of Melrose #BBADE2

Tints of Melrose #BBADE2

Color information

#BBADE2 (or 0xBBADE2) is unknown color: approx Melrose. HEX triplet: BB, AD and E2. RGB value is (187,173,226). Sum of RGB (Red+Green+Blue) = 187+173+226=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 226 (88.67% from 255 or 38.57% from 586); Max value from RGB is 226 - color contains mainly: blue. Hex color #BBADE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADE2 is #44521D. Grayscale: #B7B7B7. Windows color (decimal): -4477470 or 14855611. OLE color: 14855611.

HSL color Cylindrical-coordinate representation of color #BBADE2: hue angle of 255.85º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBADE2 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB187173226-
CMYK0.170.2300.11
HSL255.85º47.75%78.24%-
HSV(B)255.85º23.45%88.63%-
XYZ49.1645.9478.23-
YUV183.23152.14130.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.91%
GREEN value IS 173 (67.97% from 255) = 29.52%
BLUE value IS 226 (88.67% from 255) = 38.57%
R=31.91%
G=29.52%
B=38.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1871732260.170.2300.11255.8547.7578.24
HexBBADE211170B100304e
Octal273255342212701340060116
Binary1011101110101101111000101000110111010111000000001100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBADE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBADE2; }

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

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

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

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

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

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

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

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