#B5ADF2

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

Shades of Melrose #B5ADF2

Tints of Melrose #B5ADF2

Color information

#B5ADF2 (or 0xB5ADF2) is unknown color: approx Melrose. HEX triplet: B5, AD and F2. RGB value is (181,173,242). Sum of RGB (Red+Green+Blue) = 181+173+242=596 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.37% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 242 - color contains mainly: blue. Hex color #B5ADF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5ADF2 is #4A520D. Grayscale: #B6B6B6. Windows color (decimal): -4870670 or 15904181. OLE color: 15904181.

HSL color Cylindrical-coordinate representation of color #B5ADF2: hue angle of 246.96º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5ADF2 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB181173242-
CMYK0.250.2900.05
HSL246.96º72.63%81.37%-
HSV(B)246.96º28.51%94.9%-
XYZ50.0346.1290.27-
YUV183.26161.15126.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.37%
GREEN value IS 173 (67.97% from 255) = 29.03%
BLUE value IS 242 (94.92% from 255) = 40.60%
R=30.37%
G=29.03%
B=40.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1811732420.250.2900.05246.9672.6381.37
HexB5ADF2191D05f74951
Octal265255362313505367111121
Binary101101011010110111110010110011110101011111011110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ADF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ADF2; }

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

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

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

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

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

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

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

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