Html Css Color HEX #BAEACE Aero Blue

📋 copy color: '#BAEACE'

red 186 ◦ green 234 ◦ blue 206

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

Shades of Aero Blue #BAEACE

Tints of Aero Blue #BAEACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.91%

R = 29.71%
G = 37.38%
B = 32.91%

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

#BAEACE (or 0xBAEACE) is known color: Aero Blue. HEX triplet: BA, EA and CE. RGB value is (186,234,206). Sum of RGB (Red+Green+Blue) = 186+234+206=626 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.71% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEACE is #451531. Grayscale: #D8D8D8. Windows color (decimal): -4527410 or 13560506. OLE color: 13560506.

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

Color convert

RGB 186 234 206 -
CMYK 0.21 0 0.12 0.08
HSL 145º 0.53% 0.82% -
HSV(B) 145º 0.21% 0.92% -
XYZ 60.81 73.74 69.42 -
YUV 216.46 122.1 106.28 -
System Red Green Blue C M Y K H S L
Decimal 186 234 206 0.21 0 0.12 0.08 145 0.53 0.82
Hex BA EA CE 15 0 C 8 91 35 52
Octal 272 352 316 25 0 14 10 221 65 122
Binary 10111010 11101010 11001110 10101 0 1100 1000 10010001 110101 1010010

Color Harmonies of #BAEACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEACE

Black with #BAEACE

Text Example


Text Example

White with #BAEACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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