Html Css Color HEX #BAE7CC Aero Blue

📋 copy color: '#BAE7CC'

red 186 ◦ green 231 ◦ blue 204

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

Shades of Aero Blue #BAE7CC

Tints of Aero Blue #BAE7CC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.2%

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

R = 29.95%
G = 37.2%
B = 32.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#BAE7CC (or 0xBAE7CC) is known color: Aero Blue. HEX triplet: BA, E7 and CC. RGB value is (186,231,204). Sum of RGB (Red+Green+Blue) = 186+231+204=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 231 (90.62% from 255 or 37.20% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE7CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE7CC is #451833. Grayscale: #D6D6D6. Windows color (decimal): -4528180 or 13428666. OLE color: 13428666.

HSL color Cylindrical-coordinate representation of color #BAE7CC: hue angle of 144º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE7CC is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 231 204 -
CMYK 0.19 0 0.12 0.09
HSL 144º 0.48% 0.82% -
HSV(B) 144º 0.19% 0.91% -
XYZ 59.72 71.95 67.87 -
YUV 214.47 122.09 107.7 -
System Red Green Blue C M Y K H S L
Decimal 186 231 204 0.19 0 0.12 0.09 144 0.48 0.82
Hex BA E7 CC 13 0 C 9 90 30 52
Octal 272 347 314 23 0 14 11 220 60 122
Binary 10111010 11100111 11001100 10011 0 1100 1001 10010000 110000 1010010

Color Harmonies of #BAE7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE7CC

Black with #BAE7CC

Text Example


Text Example

White with #BAE7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE7CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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