Html Css Color HEX #B9ADF1 Melrose

📋 copy color: '#B9ADF1'

red 185 ◦ green 173 ◦ blue 241

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

Shades of Melrose #B9ADF1

Tints of Melrose #B9ADF1

RGB

 RED value IS 185 (72.66% from 255) = 30.88%

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

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

R = 30.88%
G = 28.88%
B = 40.23%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B9ADF1 (or 0xB9ADF1) is known color: Melrose. HEX triplet: B9, AD and F1. RGB value is (185,173,241). Sum of RGB (Red+Green+Blue) = 185+173+241=599 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.88% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 241 (94.53% from 255 or 40.23% from 599); Max value from RGB is 241 - color contains mainly: blue. Hex color #B9ADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9ADF1 is #46520E. Grayscale: #B8B8B8. Windows color (decimal): -4608527 or 15838649. OLE color: 15838649.

HSL color Cylindrical-coordinate representation of color #B9ADF1: hue angle of 250.59º 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 #B9ADF1 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 173 241 -
CMYK 0.23 0.28 0 0.05
HSL 250.59º 0.71% 0.81% -
HSV(B) 250.59º 0.28% 0.95% -
XYZ 50.83 46.55 89.53 -
YUV 184.34 159.98 128.47 -
System Red Green Blue C M Y K H S L
Decimal 185 173 241 0.23 0.28 0 0.05 250.59 0.71 0.81
Hex B9 AD F1 17 1C 0 5 FB 47 51
Octal 271 255 361 27 34 0 5 373 107 121
Binary 10111001 10101101 11110001 10111 11100 0 101 11111011 1000111 1010001

Color Harmonies of #B9ADF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ADF1

Black with #B9ADF1

Text Example


Text Example

White with #B9ADF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ADF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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