#B7ADDC

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

Shades of Melrose #B7ADDC

Tints of Melrose #B7ADDC

Color information

#B7ADDC (or 0xB7ADDC) is unknown color: approx Melrose. HEX triplet: B7, AD and DC. RGB value is (183,173,220). Sum of RGB (Red+Green+Blue) = 183+173+220=576 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.77% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #B7ADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ADDC is #485223. Grayscale: #B5B5B5. Windows color (decimal): -4739620 or 14462391. OLE color: 14462391.

HSL color Cylindrical-coordinate representation of color #B7ADDC: hue angle of 252.77º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B7ADDC is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB183173220-
CMYK0.170.2100.14
HSL252.77º40.17%77.06%-
HSV(B)252.77º21.36%86.27%-
XYZ47.3945.1273.92-
YUV181.35149.81129.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.77%
GREEN value IS 173 (67.97% from 255) = 30.03%
BLUE value IS 220 (86.33% from 255) = 38.19%
R=31.77%
G=30.03%
B=38.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1831732200.170.2100.14252.7740.1777.06
HexB7ADDC11150Efd284d
Octal267255334212501637550115
Binary101101111010110111011100100011010101110111111011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ADDC; }

 p { color: rgb(183,173,220); }

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

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

 a { background-color: rgb(183,173,220); }

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

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

 span { border-color: rgb(183,173,220); }

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