Html Css Color HEX #B9AFE1 Melrose

📋 copy color: '#B9AFE1'

red 185 ◦ green 175 ◦ blue 225

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

Shades of Melrose #B9AFE1

Tints of Melrose #B9AFE1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.91%

 BLUE value IS 225 (88.28% from 255) = 38.46%

R = 31.62%
G = 29.91%
B = 38.46%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B9AFE1 (or 0xB9AFE1) is known color: Melrose. HEX triplet: B9, AF and E1. RGB value is (185,175,225). Sum of RGB (Red+Green+Blue) = 185+175+225=585 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.62% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 225 (88.28% from 255 or 38.46% from 585); Max value from RGB is 225 - color contains mainly: blue. Hex color #B9AFE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AFE1 is #46501E. Grayscale: #B7B7B7. Windows color (decimal): -4608031 or 14790585. OLE color: 14790585.

HSL color Cylindrical-coordinate representation of color #B9AFE1: hue angle of 252º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9AFE1 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 175 225 -
CMYK 0.18 0.22 0 0.12
HSL 252º 0.45% 0.78% -
HSV(B) 252º 0.22% 0.88% -
XYZ 48.93 46.41 77.61 -
YUV 183.69 151.31 128.93 -
System Red Green Blue C M Y K H S L
Decimal 185 175 225 0.18 0.22 0 0.12 252 0.45 0.78
Hex B9 AF E1 12 16 0 C FC 2D 4E
Octal 271 257 341 22 26 0 14 374 55 116
Binary 10111001 10101111 11100001 10010 10110 0 1100 11111100 101101 1001110

Color Harmonies of #B9AFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AFE1

Black with #B9AFE1

Text Example


Text Example

White with #B9AFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AFE1; }

 p { color: rgb(185,175,225); }

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

background-color css

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

 a { background-color: rgb(185,175,225); }

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

border-color css

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

 span { border-color: rgb(185,175,225); }

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