Html Css Color HEX #B8AAE8 Melrose

📋 copy color: '#B8AAE8'

red 184 ◦ green 170 ◦ blue 232

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

Shades of Melrose #B8AAE8

Tints of Melrose #B8AAE8

RGB

 RED value IS 184 (72.27% from 255) = 31.4%

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

 BLUE value IS 232 (91.02% from 255) = 39.59%

R = 31.4%
G = 29.01%
B = 39.59%

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

#B8AAE8 (or 0xB8AAE8) is known color: Melrose. HEX triplet: B8, AA and E8. RGB value is (184,170,232). Sum of RGB (Red+Green+Blue) = 184+170+232=586 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.40% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 232 (91.02% from 255 or 39.59% from 586); Max value from RGB is 232 - color contains mainly: blue. Hex color #B8AAE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8AAE8 is #475517. Grayscale: #B5B5B5. Windows color (decimal): -4674840 or 15248056. OLE color: 15248056.

HSL color Cylindrical-coordinate representation of color #B8AAE8: hue angle of 253.55º degrees, saturation: 0.57, 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 #B8AAE8 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 184 170 232 -
CMYK 0.21 0.27 0 0.09
HSL 253.55º 0.57% 0.79% -
HSV(B) 253.55º 0.27% 0.91% -
XYZ 48.71 44.77 82.42 -
YUV 181.25 156.64 129.96 -
System Red Green Blue C M Y K H S L
Decimal 184 170 232 0.21 0.27 0 0.09 253.55 0.57 0.79
Hex B8 AA E8 15 1B 0 9 FE 39 4F
Octal 270 252 350 25 33 0 11 376 71 117
Binary 10111000 10101010 11101000 10101 11011 0 1001 11111110 111001 1001111

Color Harmonies of #B8AAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AAE8

Black with #B8AAE8

Text Example


Text Example

White with #B8AAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AAE8; }

 p { color: rgb(184,170,232); }

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

background-color css

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

 a { background-color: rgb(184,170,232); }

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

border-color css

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

 span { border-color: rgb(184,170,232); }

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