Html Css Color HEX #BAAEE9 Melrose

📋 copy color: '#BAAEE9'

red 186 ◦ green 174 ◦ blue 233

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

Shades of Melrose #BAAEE9

Tints of Melrose #BAAEE9

RGB

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

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

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

R = 31.37%
G = 29.34%
B = 39.29%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BAAEE9 (or 0xBAAEE9) is known color: Melrose. HEX triplet: BA, AE and E9. RGB value is (186,174,233). Sum of RGB (Red+Green+Blue) = 186+174+233=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 174 (68.36% from 255 or 29.34% from 593); Blue value is 233 (91.41% from 255 or 39.29% from 593); Max value from RGB is 233 - color contains mainly: blue. Hex color #BAAEE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAEE9 is #455116. Grayscale: #B8B8B8. Windows color (decimal): -4542743 or 15314618. OLE color: 15314618.

HSL color Cylindrical-coordinate representation of color #BAAEE9: hue angle of 252.2º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAAEE9 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 174 233 -
CMYK 0.20 0.25 0 0.09
HSL 252.2º 0.57% 0.8% -
HSV(B) 252.2º 0.25% 0.91% -
XYZ 50.09 46.59 83.44 -
YUV 184.31 155.48 129.2 -
System Red Green Blue C M Y K H S L
Decimal 186 174 233 0.20 0.25 0 0.09 252.2 0.57 0.8
Hex BA AE E9 14 19 0 9 FC 39 50
Octal 272 256 351 24 31 0 11 374 71 120
Binary 10111010 10101110 11101001 10100 11001 0 1001 11111100 111001 1010000

Color Harmonies of #BAAEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAEE9

Black with #BAAEE9

Text Example


Text Example

White with #BAAEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAEE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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