Html Css Color HEX #BAE0CC Aero Blue

📋 copy color: '#BAE0CC'

red 186 ◦ green 224 ◦ blue 204

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

Shades of Aero Blue #BAE0CC

Tints of Aero Blue #BAE0CC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.48%

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

R = 30.29%
G = 36.48%
B = 33.22%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#BAE0CC (or 0xBAE0CC) is known color: Aero Blue. HEX triplet: BA, E0 and CC. RGB value is (186,224,204). Sum of RGB (Red+Green+Blue) = 186+224+204=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 224 (87.89% from 255 or 36.48% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE0CC is #451F33. Grayscale: #D2D2D2. Windows color (decimal): -4529972 or 13426874. OLE color: 13426874.

HSL color Cylindrical-coordinate representation of color #BAE0CC: hue angle of 148.42º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAE0CC is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 224 204 -
CMYK 0.17 0 0.09 0.12
HSL 148.42º 0.38% 0.8% -
HSV(B) 148.42º 0.17% 0.88% -
XYZ 57.8 68.11 67.23 -
YUV 210.36 124.41 110.63 -
System Red Green Blue C M Y K H S L
Decimal 186 224 204 0.17 0 0.09 0.12 148.42 0.38 0.8
Hex BA E0 CC 11 0 9 C 94 26 50
Octal 272 340 314 21 0 11 14 224 46 120
Binary 10111010 11100000 11001100 10001 0 1001 1100 10010100 100110 1010000

Color Harmonies of #BAE0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE0CC

Black with #BAE0CC

Text Example


Text Example

White with #BAE0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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