#BBADEB

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

Shades of Melrose #BBADEB

Tints of Melrose #BBADEB

Color information

#BBADEB (or 0xBBADEB) is unknown color: approx Melrose. HEX triplet: BB, AD and EB. RGB value is (187,173,235). Sum of RGB (Red+Green+Blue) = 187+173+235=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBADEB is #445214. Grayscale: #B8B8B8. Windows color (decimal): -4477461 or 15445435. OLE color: 15445435.

HSL color Cylindrical-coordinate representation of color #BBADEB: hue angle of 253.55º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBADEB is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187173235-
CMYK0.200.2600.08
HSL253.55º60.78%80%-
HSV(B)253.55º26.38%92.16%-
XYZ50.4346.4584.9-
YUV184.25156.64129.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.43%
GREEN value IS 173 (67.97% from 255) = 29.08%
BLUE value IS 235 (92.19% from 255) = 39.50%
R=31.43%
G=29.08%
B=39.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1871732350.200.2600.08253.5560.7880
HexBBADEB141A08fe3d50
Octal273255353243201037675120
Binary101110111010110111101011101001101001000111111101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBADEB; }

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

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

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

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

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

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

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

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