#B5ADF3

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

Shades of Melrose #B5ADF3

Tints of Melrose #B5ADF3

Color information

#B5ADF3 (or 0xB5ADF3) is unknown color: approx Melrose. HEX triplet: B5, AD and F3. RGB value is (181,173,243). Sum of RGB (Red+Green+Blue) = 181+173+243=597 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.32% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 243 (95.31% from 255 or 40.70% from 597); Max value from RGB is 243 - color contains mainly: blue. Hex color #B5ADF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5ADF3 is #4A520C. Grayscale: #B7B7B7. Windows color (decimal): -4870669 or 15969717. OLE color: 15969717.

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

Color convert

RGB181173243-
CMYK0.260.2900.05
HSL246.86º74.47%81.57%-
HSV(B)246.86º28.81%95.29%-
XYZ50.1846.1891.06-
YUV183.37161.65126.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.32%
GREEN value IS 173 (67.97% from 255) = 28.98%
BLUE value IS 243 (95.31% from 255) = 40.70%
R=30.32%
G=28.98%
B=40.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1811732430.260.2900.05246.8674.4781.57
HexB5ADF31A1D05f74a52
Octal265255363323505367112122
Binary101101011010110111110011110101110101011111011110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ADF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ADF3; }

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

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

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

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

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

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

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

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