#B5ADEE

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

Shades of Melrose #B5ADEE

Tints of Melrose #B5ADEE

Color information

#B5ADEE (or 0xB5ADEE) is unknown color: approx Melrose. HEX triplet: B5, AD and EE. RGB value is (181,173,238). Sum of RGB (Red+Green+Blue) = 181+173+238=592 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.57% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 238 - color contains mainly: blue. Hex color #B5ADEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5ADEE is #4A5211. Grayscale: #B6B6B6. Windows color (decimal): -4870674 or 15642037. OLE color: 15642037.

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

Color convert

RGB181173238-
CMYK0.240.2700.07
HSL247.38º65.66%80.59%-
HSV(B)247.38º27.31%93.33%-
XYZ49.4345.8887.14-
YUV182.8159.15126.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.57%
GREEN value IS 173 (67.97% from 255) = 29.22%
BLUE value IS 238 (93.36% from 255) = 40.20%
R=30.57%
G=29.22%
B=40.20%

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
Decimal1811732380.240.2700.07247.3865.6680.59
HexB5ADEE181B07f74251
Octal265255356303307367102121
Binary101101011010110111101110110001101101111111011110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ADEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ADEE; }

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

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

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

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

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

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

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

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