Html Css Color HEX #BAAEE5 Melrose

📋 copy color: '#BAAEE5'

red 186 ◦ green 174 ◦ blue 229

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

Shades of Melrose #BAAEE5

Tints of Melrose #BAAEE5

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.54%

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

R = 31.58%
G = 29.54%
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

#BAAEE5 (or 0xBAAEE5) is known color: Melrose. HEX triplet: BA, AE and E5. RGB value is (186,174,229). Sum of RGB (Red+Green+Blue) = 186+174+229=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 174 (68.36% from 255 or 29.54% 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 #BAAEE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEE5 is #45511A. Grayscale: #B7B7B7. Windows color (decimal): -4542747 or 15052474. OLE color: 15052474.

HSL color Cylindrical-coordinate representation of color #BAAEE5: hue angle of 253.09º 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 #BAAEE5 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 174 229 -
CMYK 0.19 0.24 0 0.10
HSL 253.09º 0.51% 0.79% -
HSV(B) 253.09º 0.24% 0.9% -
XYZ 49.53 46.37 80.47 -
YUV 183.86 153.48 129.53 -
System Red Green Blue C M Y K H S L
Decimal 186 174 229 0.19 0.24 0 0.10 253.09 0.51 0.79
Hex BA AE E5 13 18 0 A FD 33 4F
Octal 272 256 345 23 30 0 12 375 63 117
Binary 10111010 10101110 11100101 10011 11000 0 1010 11111101 110011 1001111

Color Harmonies of #BAAEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAEE5

Black with #BAAEE5

Text Example


Text Example

White with #BAAEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAEE5; }

 p { color: rgb(186,174,229); }

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

background-color css

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

 a { background-color: rgb(186,174,229); }

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

border-color css

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

 span { border-color: rgb(186,174,229); }

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