Html Css Color HEX #B5ADF1 Melrose

📋 copy color: '#B5ADF1'

red 181 ◦ green 173 ◦ blue 241

#B5ADF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melrose #B5ADF1

Tints of Melrose #B5ADF1

RGB

 RED value IS 181 (71.09% from 255) = 30.42%

 GREEN value IS 173 (67.97% from 255) = 29.08%

 BLUE value IS 241 (94.53% from 255) = 40.5%

R = 30.42%
G = 29.08%
B = 40.5%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B5ADF1 (or 0xB5ADF1) is known color: Melrose. HEX triplet: B5, AD and F1. RGB value is (181,173,241). Sum of RGB (Red+Green+Blue) = 181+173+241=595 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.42% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 241 (94.53% from 255 or 40.50% from 595); Max value from RGB is 241 - color contains mainly: blue. Hex color #B5ADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5ADF1 is #4A520E. Grayscale: #B6B6B6. Windows color (decimal): -4870671 or 15838645. OLE color: 15838645.

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

Color convert

RGB 181 173 241 -
CMYK 0.25 0.28 0 0.05
HSL 247.06º 0.71% 0.81% -
HSV(B) 247.06º 0.28% 0.95% -
XYZ 49.88 46.06 89.48 -
YUV 183.14 160.65 126.47 -
System Red Green Blue C M Y K H S L
Decimal 181 173 241 0.25 0.28 0 0.05 247.06 0.71 0.81
Hex B5 AD F1 19 1C 0 5 F7 47 51
Octal 265 255 361 31 34 0 5 367 107 121
Binary 10110101 10101101 11110001 11001 11100 0 101 11110111 1000111 1010001

Color Harmonies of #B5ADF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ADF1

Black with #B5ADF1

Text Example


Text Example

White with #B5ADF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ADF1; }

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

 H1.HeaderClassName
 {
   color: #B5ADF1;
 }
 .AnyTagClassName
 {
   color: #B5ADF1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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