Html Css Color HEX #BAE5CC Aero Blue

📋 copy color: '#BAE5CC'

red 186 ◦ green 229 ◦ blue 204

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

Shades of Aero Blue #BAE5CC

Tints of Aero Blue #BAE5CC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37%

 BLUE value IS 204 (80.08% from 255) = 32.96%

R = 30.05%
G = 37%
B = 32.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#BAE5CC (or 0xBAE5CC) is known color: Aero Blue. HEX triplet: BA, E5 and CC. RGB value is (186,229,204). Sum of RGB (Red+Green+Blue) = 186+229+204=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 229 (89.84% from 255 or 37.00% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE5CC is #451A33. Grayscale: #D5D5D5. Windows color (decimal): -4528692 or 13428154. OLE color: 13428154.

HSL color Cylindrical-coordinate representation of color #BAE5CC: hue angle of 145.12º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE5CC is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 229 204 -
CMYK 0.19 0 0.11 0.10
HSL 145.12º 0.45% 0.81% -
HSV(B) 145.12º 0.19% 0.9% -
XYZ 59.17 70.84 67.68 -
YUV 213.29 122.75 108.53 -
System Red Green Blue C M Y K H S L
Decimal 186 229 204 0.19 0 0.11 0.10 145.12 0.45 0.81
Hex BA E5 CC 13 0 B A 91 2D 51
Octal 272 345 314 23 0 13 12 221 55 121
Binary 10111010 11100101 11001100 10011 0 1011 1010 10010001 101101 1010001

Color Harmonies of #BAE5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE5CC

Black with #BAE5CC

Text Example


Text Example

White with #BAE5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE5CC; }

 p { color: rgb(186,229,204); }

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

background-color css

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

 a { background-color: rgb(186,229,204); }

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

border-color css

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

 span { border-color: rgb(186,229,204); }

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