Html Css Color HEX #BAECCF Aero Blue

📋 copy color: '#BAECCF'

red 186 ◦ green 236 ◦ blue 207

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

Shades of Aero Blue #BAECCF

Tints of Aero Blue #BAECCF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.52%

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

R = 29.57%
G = 37.52%
B = 32.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#BAECCF (or 0xBAECCF) is known color: Aero Blue. HEX triplet: BA, EC and CF. RGB value is (186,236,207). Sum of RGB (Red+Green+Blue) = 186+236+207=629 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.57% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECCF is #451330. Grayscale: #D9D9D9. Windows color (decimal): -4526897 or 13626554. OLE color: 13626554.

HSL color Cylindrical-coordinate representation of color #BAECCF: hue angle of 145.2º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAECCF is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 236 207 -
CMYK 0.21 0 0.12 0.07
HSL 145.2º 0.57% 0.83% -
HSV(B) 145.2º 0.21% 0.93% -
XYZ 61.51 74.94 70.25 -
YUV 217.74 121.94 105.36 -
System Red Green Blue C M Y K H S L
Decimal 186 236 207 0.21 0 0.12 0.07 145.2 0.57 0.83
Hex BA EC CF 15 0 C 7 91 39 53
Octal 272 354 317 25 0 14 7 221 71 123
Binary 10111010 11101100 11001111 10101 0 1100 111 10010001 111001 1010011

Color Harmonies of #BAECCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAECCF

Black with #BAECCF

Text Example


Text Example

White with #BAECCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAECCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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