Html Css Color HEX #BAEAD2 Aero Blue

📋 copy color: '#BAEAD2'

red 186 ◦ green 234 ◦ blue 210

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

Shades of Aero Blue #BAEAD2

Tints of Aero Blue #BAEAD2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.14%

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

R = 29.52%
G = 37.14%
B = 33.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#BAEAD2 (or 0xBAEAD2) is known color: Aero Blue. HEX triplet: BA, EA and D2. RGB value is (186,234,210). Sum of RGB (Red+Green+Blue) = 186+234+210=630 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.52% from 630); Green value is 234 (91.80% from 255 or 37.14% from 630); Blue value is 210 (82.42% from 255 or 33.33% from 630); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEAD2 is #45152D. Grayscale: #D8D8D8. Windows color (decimal): -4527406 or 13822650. OLE color: 13822650.

HSL color Cylindrical-coordinate representation of color #BAEAD2: hue angle of 150º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEAD2 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 234 210 -
CMYK 0.21 0 0.10 0.08
HSL 150º 0.53% 0.82% -
HSV(B) 150º 0.21% 0.92% -
XYZ 61.31 73.94 72.01 -
YUV 216.91 124.1 105.95 -
System Red Green Blue C M Y K H S L
Decimal 186 234 210 0.21 0 0.10 0.08 150 0.53 0.82
Hex BA EA D2 15 0 A 8 96 35 52
Octal 272 352 322 25 0 12 10 226 65 122
Binary 10111010 11101010 11010010 10101 0 1010 1000 10010110 110101 1010010

Color Harmonies of #BAEAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEAD2

Black with #BAEAD2

Text Example


Text Example

White with #BAEAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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