Html Css Color HEX #B9ADF0 Melrose

📋 copy color: '#B9ADF0'

red 185 ◦ green 173 ◦ blue 240

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

Shades of Melrose #B9ADF0

Tints of Melrose #B9ADF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.13%

R = 30.94%
G = 28.93%
B = 40.13%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B9ADF0 (or 0xB9ADF0) is known color: Melrose. HEX triplet: B9, AD and F0. RGB value is (185,173,240). Sum of RGB (Red+Green+Blue) = 185+173+240=598 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.94% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 240 (94.14% from 255 or 40.13% from 598); Max value from RGB is 240 - color contains mainly: blue. Hex color #B9ADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9ADF0 is #46520F. Grayscale: #B7B7B7. Windows color (decimal): -4608528 or 15773113. OLE color: 15773113.

HSL color Cylindrical-coordinate representation of color #B9ADF0: hue angle of 250.75º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B9ADF0 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 173 240 -
CMYK 0.23 0.28 0 0.06
HSL 250.75º 0.69% 0.81% -
HSV(B) 250.75º 0.28% 0.94% -
XYZ 50.68 46.49 88.74 -
YUV 184.23 159.48 128.55 -
System Red Green Blue C M Y K H S L
Decimal 185 173 240 0.23 0.28 0 0.06 250.75 0.69 0.81
Hex B9 AD F0 17 1C 0 6 FB 45 51
Octal 271 255 360 27 34 0 6 373 105 121
Binary 10111001 10101101 11110000 10111 11100 0 110 11111011 1000101 1010001

Color Harmonies of #B9ADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ADF0

Black with #B9ADF0

Text Example


Text Example

White with #B9ADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ADF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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