Html Css Color HEX #B9AAE9 Melrose

📋 copy color: '#B9AAE9'

red 185 ◦ green 170 ◦ blue 233

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

Shades of Melrose #B9AAE9

Tints of Melrose #B9AAE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 39.63%

R = 31.46%
G = 28.91%
B = 39.63%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B9AAE9 (or 0xB9AAE9) is known color: Melrose. HEX triplet: B9, AA and E9. RGB value is (185,170,233). Sum of RGB (Red+Green+Blue) = 185+170+233=588 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.46% from 588); Green value is 170 (66.80% from 255 or 28.91% from 588); Blue value is 233 (91.41% from 255 or 39.63% from 588); Max value from RGB is 233 - color contains mainly: blue. Hex color #B9AAE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9AAE9 is #465516. Grayscale: #B5B5B5. Windows color (decimal): -4609303 or 15313593. OLE color: 15313593.

HSL color Cylindrical-coordinate representation of color #B9AAE9: hue angle of 254.29º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9AAE9 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 170 233 -
CMYK 0.21 0.27 0 0.09
HSL 254.29º 0.59% 0.79% -
HSV(B) 254.29º 0.27% 0.91% -
XYZ 49.09 44.95 83.18 -
YUV 181.67 156.97 130.38 -
System Red Green Blue C M Y K H S L
Decimal 185 170 233 0.21 0.27 0 0.09 254.29 0.59 0.79
Hex B9 AA E9 15 1B 0 9 FE 3B 4F
Octal 271 252 351 25 33 0 11 376 73 117
Binary 10111001 10101010 11101001 10101 11011 0 1001 11111110 111011 1001111

Color Harmonies of #B9AAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AAE9

Black with #B9AAE9

Text Example


Text Example

White with #B9AAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AAE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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