Html Css Color HEX #BAE9CC Aero Blue

📋 copy color: '#BAE9CC'

red 186 ◦ green 233 ◦ blue 204

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

Shades of Aero Blue #BAE9CC

Tints of Aero Blue #BAE9CC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.4%

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

R = 29.86%
G = 37.4%
B = 32.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#BAE9CC (or 0xBAE9CC) is known color: Aero Blue. HEX triplet: BA, E9 and CC. RGB value is (186,233,204). Sum of RGB (Red+Green+Blue) = 186+233+204=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 233 (91.41% from 255 or 37.40% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE9CC is #451633. Grayscale: #D7D7D7. Windows color (decimal): -4527668 or 13429178. OLE color: 13429178.

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

Color convert

RGB 186 233 204 -
CMYK 0.20 0 0.12 0.09
HSL 142.98º 0.52% 0.82% -
HSV(B) 142.98º 0.2% 0.91% -
XYZ 60.29 73.08 68.05 -
YUV 215.64 121.43 106.86 -
System Red Green Blue C M Y K H S L
Decimal 186 233 204 0.20 0 0.12 0.09 142.98 0.52 0.82
Hex BA E9 CC 14 0 C 9 8F 34 52
Octal 272 351 314 24 0 14 11 217 64 122
Binary 10111010 11101001 11001100 10100 0 1100 1001 10001111 110100 1010010

Color Harmonies of #BAE9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE9CC

Black with #BAE9CC

Text Example


Text Example

White with #BAE9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE9CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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