Html Css Color HEX #BAEACF Aero Blue

📋 copy color: '#BAEACF'

red 186 ◦ green 234 ◦ blue 207

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

Shades of Aero Blue #BAEACF

Tints of Aero Blue #BAEACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.01%

R = 29.67%
G = 37.32%
B = 33.01%

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

#BAEACF (or 0xBAEACF) is known color: Aero Blue. HEX triplet: BA, EA and CF. RGB value is (186,234,207). Sum of RGB (Red+Green+Blue) = 186+234+207=627 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.67% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEACF is #451530. Grayscale: #D8D8D8. Windows color (decimal): -4527409 or 13626042. OLE color: 13626042.

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

Color convert

RGB 186 234 207 -
CMYK 0.21 0 0.12 0.08
HSL 146.25º 0.53% 0.82% -
HSV(B) 146.25º 0.21% 0.92% -
XYZ 60.94 73.79 70.06 -
YUV 216.57 122.6 106.2 -
System Red Green Blue C M Y K H S L
Decimal 186 234 207 0.21 0 0.12 0.08 146.25 0.53 0.82
Hex BA EA CF 15 0 C 8 92 35 52
Octal 272 352 317 25 0 14 10 222 65 122
Binary 10111010 11101010 11001111 10101 0 1100 1000 10010010 110101 1010010

Color Harmonies of #BAEACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEACF

Black with #BAEACF

Text Example


Text Example

White with #BAEACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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