#BBADE5

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

Shades of Melrose #BBADE5

Tints of Melrose #BBADE5

Color information

#BBADE5 (or 0xBBADE5) is unknown color: approx Melrose. HEX triplet: BB, AD and E5. RGB value is (187,173,229). Sum of RGB (Red+Green+Blue) = 187+173+229=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBADE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADE5 is #44521A. Grayscale: #B7B7B7. Windows color (decimal): -4477467 or 15052219. OLE color: 15052219.

HSL color Cylindrical-coordinate representation of color #BBADE5: hue angle of 255º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBADE5 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB187173229-
CMYK0.180.2400.10
HSL255º51.85%78.82%-
HSV(B)255º24.45%89.8%-
XYZ49.5846.1180.42-
YUV183.57153.64130.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.75%
GREEN value IS 173 (67.97% from 255) = 29.37%
BLUE value IS 229 (89.84% from 255) = 38.88%
R=31.75%
G=29.37%
B=38.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1871732290.180.2400.1025551.8578.82
HexBBADE512180Aff344f
Octal273255345223001237764117
Binary101110111010110111100101100101100001010111111111101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBADE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBADE5; }

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

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

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

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

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

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

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

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