Html Css Color HEX #BAE5D1 Aero Blue

📋 copy color: '#BAE5D1'

red 186 ◦ green 229 ◦ blue 209

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

Shades of Aero Blue #BAE5D1

Tints of Aero Blue #BAE5D1

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.7%

 BLUE value IS 209 (82.03% from 255) = 33.49%

R = 29.81%
G = 36.7%
B = 33.49%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#BAE5D1 (or 0xBAE5D1) is known color: Aero Blue. HEX triplet: BA, E5 and D1. RGB value is (186,229,209). Sum of RGB (Red+Green+Blue) = 186+229+209=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 229 (89.84% from 255 or 36.70% from 624); Blue value is 209 (82.03% from 255 or 33.49% from 624); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE5D1 is #451A2E. Grayscale: #D5D5D5. Windows color (decimal): -4528687 or 13755834. OLE color: 13755834.

HSL color Cylindrical-coordinate representation of color #BAE5D1: hue angle of 152.09º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE5D1 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 229 209 -
CMYK 0.19 0 0.09 0.10
HSL 152.09º 0.45% 0.81% -
HSV(B) 152.09º 0.19% 0.9% -
XYZ 59.78 71.08 70.89 -
YUV 213.86 125.25 108.13 -
System Red Green Blue C M Y K H S L
Decimal 186 229 209 0.19 0 0.09 0.10 152.09 0.45 0.81
Hex BA E5 D1 13 0 9 A 98 2D 51
Octal 272 345 321 23 0 11 12 230 55 121
Binary 10111010 11100101 11010001 10011 0 1001 1010 10011000 101101 1010001

Color Harmonies of #BAE5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE5D1

Black with #BAE5D1

Text Example


Text Example

White with #BAE5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE5D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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