Html Css Color HEX #BAEACD Aero Blue

📋 copy color: '#BAEACD'

red 186 ◦ green 234 ◦ blue 205

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

Shades of Aero Blue #BAEACD

Tints of Aero Blue #BAEACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.8%

R = 29.76%
G = 37.44%
B = 32.8%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#BAEACD (or 0xBAEACD) is known color: Aero Blue. HEX triplet: BA, EA and CD. RGB value is (186,234,205). Sum of RGB (Red+Green+Blue) = 186+234+205=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEACD is #451532. Grayscale: #D8D8D8. Windows color (decimal): -4527411 or 13494970. OLE color: 13494970.

HSL color Cylindrical-coordinate representation of color #BAEACD: hue angle of 143.75º 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 #BAEACD is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 234 205 -
CMYK 0.21 0 0.12 0.08
HSL 143.75º 0.53% 0.82% -
HSV(B) 143.75º 0.21% 0.92% -
XYZ 60.69 73.69 68.78 -
YUV 216.34 121.6 106.36 -
System Red Green Blue C M Y K H S L
Decimal 186 234 205 0.21 0 0.12 0.08 143.75 0.53 0.82
Hex BA EA CD 15 0 C 8 90 35 52
Octal 272 352 315 25 0 14 10 220 65 122
Binary 10111010 11101010 11001101 10101 0 1100 1000 10010000 110101 1010010

Color Harmonies of #BAEACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEACD

Black with #BAEACD

Text Example


Text Example

White with #BAEACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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