Html Css Color HEX #BAAAE8 Melrose

📋 copy color: '#BAAAE8'

red 186 ◦ green 170 ◦ blue 232

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

Shades of Melrose #BAAAE8

Tints of Melrose #BAAAE8

RGB

 RED value IS 186 (73.05% from 255) = 31.63%

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

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

R = 31.63%
G = 28.91%
B = 39.46%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BAAAE8 (or 0xBAAAE8) is known color: Melrose. HEX triplet: BA, AA and E8. RGB value is (186,170,232). Sum of RGB (Red+Green+Blue) = 186+170+232=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 170 (66.80% from 255 or 28.91% from 588); Blue value is 232 (91.02% from 255 or 39.46% from 588); Max value from RGB is 232 - color contains mainly: blue. Hex color #BAAAE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAAE8 is #455517. Grayscale: #B5B5B5. Windows color (decimal): -4543768 or 15248058. OLE color: 15248058.

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

Color convert

RGB 186 170 232 -
CMYK 0.20 0.27 0 0.09
HSL 255.48º 0.57% 0.79% -
HSV(B) 255.48º 0.27% 0.91% -
XYZ 49.19 45.01 82.44 -
YUV 181.85 156.3 130.96 -
System Red Green Blue C M Y K H S L
Decimal 186 170 232 0.20 0.27 0 0.09 255.48 0.57 0.79
Hex BA AA E8 14 1B 0 9 FF 39 4F
Octal 272 252 350 24 33 0 11 377 71 117
Binary 10111010 10101010 11101000 10100 11011 0 1001 11111111 111001 1001111

Color Harmonies of #BAAAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAAE8

Black with #BAAAE8

Text Example


Text Example

White with #BAAAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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