Html Css Color HEX #BAE1CC Aero Blue

📋 copy color: '#BAE1CC'

red 186 ◦ green 225 ◦ blue 204

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

Shades of Aero Blue #BAE1CC

Tints of Aero Blue #BAE1CC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.59%

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

R = 30.24%
G = 36.59%
B = 33.17%

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

#BAE1CC (or 0xBAE1CC) is known color: Aero Blue. HEX triplet: BA, E1 and CC. RGB value is (186,225,204). Sum of RGB (Red+Green+Blue) = 186+225+204=615 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.24% from 615); Green value is 225 (88.28% from 255 or 36.59% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE1CC is #451E33. Grayscale: #D2D2D2. Windows color (decimal): -4529716 or 13427130. OLE color: 13427130.

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

Color convert

RGB 186 225 204 -
CMYK 0.17 0 0.09 0.12
HSL 147.69º 0.39% 0.81% -
HSV(B) 147.69º 0.17% 0.88% -
XYZ 58.07 68.65 67.32 -
YUV 210.95 124.08 110.21 -
System Red Green Blue C M Y K H S L
Decimal 186 225 204 0.17 0 0.09 0.12 147.69 0.39 0.81
Hex BA E1 CC 11 0 9 C 94 27 51
Octal 272 341 314 21 0 11 14 224 47 121
Binary 10111010 11100001 11001100 10001 0 1001 1100 10010100 100111 1010001

Color Harmonies of #BAE1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE1CC

Black with #BAE1CC

Text Example


Text Example

White with #BAE1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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