Html Css Color HEX #BAECCD Aero Blue

📋 copy color: '#BAECCD'

red 186 ◦ green 236 ◦ blue 205

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

Shades of Aero Blue #BAECCD

Tints of Aero Blue #BAECCD

RGB

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

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

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

R = 29.67%
G = 37.64%
B = 32.7%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#BAECCD (or 0xBAECCD) is known color: Aero Blue. HEX triplet: BA, EC and CD. RGB value is (186,236,205). Sum of RGB (Red+Green+Blue) = 186+236+205=627 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.67% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECCD is #451332. Grayscale: #D9D9D9. Windows color (decimal): -4526899 or 13495482. OLE color: 13495482.

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

Color convert

RGB 186 236 205 -
CMYK 0.21 0 0.13 0.07
HSL 142.8º 0.57% 0.83% -
HSV(B) 142.8º 0.21% 0.93% -
XYZ 61.26 74.84 68.97 -
YUV 217.52 120.94 105.52 -
System Red Green Blue C M Y K H S L
Decimal 186 236 205 0.21 0 0.13 0.07 142.8 0.57 0.83
Hex BA EC CD 15 0 D 7 8F 39 53
Octal 272 354 315 25 0 15 7 217 71 123
Binary 10111010 11101100 11001101 10101 0 1101 111 10001111 111001 1010011

Color Harmonies of #BAECCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAECCD

Black with #BAECCD

Text Example


Text Example

White with #BAECCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAECCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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