#B5ADED

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

Shades of Melrose #B5ADED

Tints of Melrose #B5ADED

Color information

#B5ADED (or 0xB5ADED) is unknown color: approx Melrose. HEX triplet: B5, AD and ED. RGB value is (181,173,237). Sum of RGB (Red+Green+Blue) = 181+173+237=591 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.63% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #B5ADED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5ADED is #4A5212. Grayscale: #B6B6B6. Windows color (decimal): -4870675 or 15576501. OLE color: 15576501.

HSL color Cylindrical-coordinate representation of color #B5ADED: hue angle of 247.5º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5ADED is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181173237-
CMYK0.240.2700.07
HSL247.5º64%80.39%-
HSV(B)247.5º27%92.94%-
XYZ49.2945.8386.37-
YUV182.69158.65126.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.63%
GREEN value IS 173 (67.97% from 255) = 29.27%
BLUE value IS 237 (92.97% from 255) = 40.10%
R=30.63%
G=29.27%
B=40.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811732370.240.2700.07247.56480.39
HexB5ADED181B07f84050
Octal265255355303307370100120
Binary101101011010110111101101110001101101111111100010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ADED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ADED; }

 p { color: rgb(181,173,237); }

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

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

 a { background-color: rgb(181,173,237); }

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

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

 span { border-color: rgb(181,173,237); }

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