Html Css Color HEX #B9ADFE Melrose

📋 copy color: '#B9ADFE'

red 185 ◦ green 173 ◦ blue 254

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

Shades of Melrose #B9ADFE

Tints of Melrose #B9ADFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.5%

R = 30.23%
G = 28.27%
B = 41.5%

CMYK

 C value IS 0.27

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B9ADFE (or 0xB9ADFE) is known color: Melrose. HEX triplet: B9, AD and FE. RGB value is (185,173,254). Sum of RGB (Red+Green+Blue) = 185+173+254=612 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.23% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9ADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9ADFE is #465201. Grayscale: #B9B9B9. Windows color (decimal): -4608514 or 16690617. OLE color: 16690617.

HSL color Cylindrical-coordinate representation of color #B9ADFE: hue angle of 248.89º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B9ADFE is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 185 173 254 -
CMYK 0.27 0.32 0 0.00
HSL 248.89º 0.98% 0.84% -
HSV(B) 248.89º 0.32% 1% -
XYZ 52.84 47.36 100.12 -
YUV 185.82 166.48 127.41 -
System Red Green Blue C M Y K H S L
Decimal 185 173 254 0.27 0.32 0 0.00 248.89 0.98 0.84
Hex B9 AD FE 1B 20 0 0 F9 62 54
Octal 271 255 376 33 40 0 0 371 142 124
Binary 10111001 10101101 11111110 11011 100000 0 0 11111001 1100010 1010100

Color Harmonies of #B9ADFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ADFE

Black with #B9ADFE

Text Example


Text Example

White with #B9ADFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ADFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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