#B7ADEB

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

Shades of Melrose #B7ADEB

Tints of Melrose #B7ADEB

Color information

#B7ADEB (or 0xB7ADEB) is unknown color: approx Melrose. HEX triplet: B7, AD and EB. RGB value is (183,173,235). Sum of RGB (Red+Green+Blue) = 183+173+235=591 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.96% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #B7ADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7ADEB is #485214. Grayscale: #B6B6B6. Windows color (decimal): -4739605 or 15445431. OLE color: 15445431.

HSL color Cylindrical-coordinate representation of color #B7ADEB: hue angle of 249.68º 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 #B7ADEB is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB183173235-
CMYK0.220.2600.08
HSL249.68º60.78%80%-
HSV(B)249.68º26.38%92.16%-
XYZ49.4745.9584.86-
YUV183.06157.31127.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.96%
GREEN value IS 173 (67.97% from 255) = 29.27%
BLUE value IS 235 (92.19% from 255) = 39.76%
R=30.96%
G=29.27%
B=39.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1831732350.220.2600.08249.6860.7880
HexB7ADEB161A08fa3d50
Octal267255353263201037275120
Binary101101111010110111101011101101101001000111110101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ADEB; }

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

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

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

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

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

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

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

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