Html Css Color HEX #B9AFE5 Melrose

📋 copy color: '#B9AFE5'

red 185 ◦ green 175 ◦ blue 229

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

Shades of Melrose #B9AFE5

Tints of Melrose #B9AFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.88%

R = 31.41%
G = 29.71%
B = 38.88%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B9AFE5 (or 0xB9AFE5) is known color: Melrose. HEX triplet: B9, AF and E5. RGB value is (185,175,229). Sum of RGB (Red+Green+Blue) = 185+175+229=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 229 - color contains mainly: blue. Hex color #B9AFE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AFE5 is #46501A. Grayscale: #B7B7B7. Windows color (decimal): -4608027 or 15052729. OLE color: 15052729.

HSL color Cylindrical-coordinate representation of color #B9AFE5: hue angle of 251.11º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9AFE5 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 185 175 229 -
CMYK 0.19 0.24 0 0.10
HSL 251.11º 0.51% 0.79% -
HSV(B) 251.11º 0.24% 0.9% -
XYZ 49.48 46.63 80.52 -
YUV 184.15 153.31 128.61 -
System Red Green Blue C M Y K H S L
Decimal 185 175 229 0.19 0.24 0 0.10 251.11 0.51 0.79
Hex B9 AF E5 13 18 0 A FB 33 4F
Octal 271 257 345 23 30 0 12 373 63 117
Binary 10111001 10101111 11100101 10011 11000 0 1010 11111011 110011 1001111

Color Harmonies of #B9AFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AFE5

Black with #B9AFE5

Text Example


Text Example

White with #B9AFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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