Html Css Color HEX #B9AAE5 Melrose

📋 copy color: '#B9AAE5'

red 185 ◦ green 170 ◦ blue 229

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

Shades of Melrose #B9AAE5

Tints of Melrose #B9AAE5

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.11%

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

R = 31.68%
G = 29.11%
B = 39.21%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B9AAE5 (or 0xB9AAE5) is known color: Melrose. HEX triplet: B9, AA and E5. RGB value is (185,170,229). Sum of RGB (Red+Green+Blue) = 185+170+229=584 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.68% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 229 (89.84% from 255 or 39.21% from 584); Max value from RGB is 229 - color contains mainly: blue. Hex color #B9AAE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AAE5 is #46551A. Grayscale: #B4B4B4. Windows color (decimal): -4609307 or 15051449. OLE color: 15051449.

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

Color convert

RGB 185 170 229 -
CMYK 0.19 0.26 0 0.10
HSL 255.25º 0.53% 0.78% -
HSV(B) 255.25º 0.26% 0.9% -
XYZ 48.53 44.72 80.2 -
YUV 181.21 154.97 130.7 -
System Red Green Blue C M Y K H S L
Decimal 185 170 229 0.19 0.26 0 0.10 255.25 0.53 0.78
Hex B9 AA E5 13 1A 0 A FF 35 4E
Octal 271 252 345 23 32 0 12 377 65 116
Binary 10111001 10101010 11100101 10011 11010 0 1010 11111111 110101 1001110

Color Harmonies of #B9AAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AAE5

Black with #B9AAE5

Text Example


Text Example

White with #B9AAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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