Html Css Color HEX #BAEDD2 Aero Blue

📋 copy color: '#BAEDD2'

red 186 ◦ green 237 ◦ blue 210

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

Shades of Aero Blue #BAEDD2

Tints of Aero Blue #BAEDD2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.44%

 BLUE value IS 210 (82.42% from 255) = 33.18%

R = 29.38%
G = 37.44%
B = 33.18%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#BAEDD2 (or 0xBAEDD2) is known color: Aero Blue. HEX triplet: BA, ED and D2. RGB value is (186,237,210). Sum of RGB (Red+Green+Blue) = 186+237+210=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 210 (82.42% from 255 or 33.18% from 633); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDD2 is #45122D. Grayscale: #DADADA. Windows color (decimal): -4526638 or 13823418. OLE color: 13823418.

HSL color Cylindrical-coordinate representation of color #BAEDD2: hue angle of 148.24º degrees, saturation: 0.59, 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 #BAEDD2 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 237 210 -
CMYK 0.22 0 0.11 0.07
HSL 148.24º 0.59% 0.83% -
HSV(B) 148.24º 0.22% 0.93% -
XYZ 62.17 75.66 72.3 -
YUV 218.67 123.1 104.7 -
System Red Green Blue C M Y K H S L
Decimal 186 237 210 0.22 0 0.11 0.07 148.24 0.59 0.83
Hex BA ED D2 16 0 B 7 94 3B 53
Octal 272 355 322 26 0 13 7 224 73 123
Binary 10111010 11101101 11010010 10110 0 1011 111 10010100 111011 1010011

Color Harmonies of #BAEDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEDD2

Black with #BAEDD2

Text Example


Text Example

White with #BAEDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEDD2; }

 p { color: rgb(186,237,210); }

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

background-color css

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

 a { background-color: rgb(186,237,210); }

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

border-color css

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

 span { border-color: rgb(186,237,210); }

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