Html Css Color HEX #BAEDD3 Aero Blue

📋 copy color: '#BAEDD3'

red 186 ◦ green 237 ◦ blue 211

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

Shades of Aero Blue #BAEDD3

Tints of Aero Blue #BAEDD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.28%

R = 29.34%
G = 37.38%
B = 33.28%

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

#BAEDD3 (or 0xBAEDD3) is known color: Aero Blue. HEX triplet: BA, ED and D3. RGB value is (186,237,211). Sum of RGB (Red+Green+Blue) = 186+237+211=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 211 (82.81% from 255 or 33.28% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDD3 is #45122C. Grayscale: #DADADA. Windows color (decimal): -4526637 or 13888954. OLE color: 13888954.

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

Color convert

RGB 186 237 211 -
CMYK 0.22 0 0.11 0.07
HSL 149.41º 0.59% 0.83% -
HSV(B) 149.41º 0.22% 0.93% -
XYZ 62.29 75.71 72.96 -
YUV 218.79 123.6 104.61 -
System Red Green Blue C M Y K H S L
Decimal 186 237 211 0.22 0 0.11 0.07 149.41 0.59 0.83
Hex BA ED D3 16 0 B 7 95 3B 53
Octal 272 355 323 26 0 13 7 225 73 123
Binary 10111010 11101101 11010011 10110 0 1011 111 10010101 111011 1010011

Color Harmonies of #BAEDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEDD3

Black with #BAEDD3

Text Example


Text Example

White with #BAEDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEDD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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