#BBADE3

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

Shades of Melrose #BBADE3

Tints of Melrose #BBADE3

Color information

#BBADE3 (or 0xBBADE3) is unknown color: approx Melrose. HEX triplet: BB, AD and E3. RGB value is (187,173,227). Sum of RGB (Red+Green+Blue) = 187+173+227=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 227 (89.06% from 255 or 38.67% from 587); Max value from RGB is 227 - color contains mainly: blue. Hex color #BBADE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADE3 is #44521C. Grayscale: #B7B7B7. Windows color (decimal): -4477469 or 14921147. OLE color: 14921147.

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

Color convert

RGB187173227-
CMYK0.180.2400.11
HSL255.56º49.09%78.43%-
HSV(B)255.56º23.79%89.02%-
XYZ49.34678.95-
YUV183.34152.64130.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.86%
GREEN value IS 173 (67.97% from 255) = 29.47%
BLUE value IS 227 (89.06% from 255) = 38.67%
R=31.86%
G=29.47%
B=38.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1871732270.180.2400.11255.5649.0978.43
HexBBADE312180B100314e
Octal273255343223001340061116
Binary1011101110101101111000111001011000010111000000001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBADE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBADE3; }

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

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

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

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

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

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

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

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