Html Css Color HEX #BAEED0 Aero Blue

📋 copy color: '#BAEED0'

red 186 ◦ green 238 ◦ blue 208

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

Shades of Aero Blue #BAEED0

Tints of Aero Blue #BAEED0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.66%

 BLUE value IS 208 (81.64% from 255) = 32.91%

R = 29.43%
G = 37.66%
B = 32.91%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#BAEED0 (or 0xBAEED0) is known color: Aero Blue. HEX triplet: BA, EE and D0. RGB value is (186,238,208). Sum of RGB (Red+Green+Blue) = 186+238+208=632 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.43% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 208 (81.64% from 255 or 32.91% from 632); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEED0 is #45112F. Grayscale: #DBDBDB. Windows color (decimal): -4526384 or 13692602. OLE color: 13692602.

HSL color Cylindrical-coordinate representation of color #BAEED0: hue angle of 145.38º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEED0 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 238 208 -
CMYK 0.22 0 0.13 0.07
HSL 145.38º 0.6% 0.83% -
HSV(B) 145.38º 0.22% 0.93% -
XYZ 62.21 76.14 71.09 -
YUV 219.03 121.77 104.44 -
System Red Green Blue C M Y K H S L
Decimal 186 238 208 0.22 0 0.13 0.07 145.38 0.6 0.83
Hex BA EE D0 16 0 D 7 91 3C 53
Octal 272 356 320 26 0 15 7 221 74 123
Binary 10111010 11101110 11010000 10110 0 1101 111 10010001 111100 1010011

Color Harmonies of #BAEED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEED0

Black with #BAEED0

Text Example


Text Example

White with #BAEED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEED0; }

 p { color: rgb(186,238,208); }

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

background-color css

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

 a { background-color: rgb(186,238,208); }

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

border-color css

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

 span { border-color: rgb(186,238,208); }

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