Html Css Color HEX #BAE6CE Aero Blue

📋 copy color: '#BAE6CE'

red 186 ◦ green 230 ◦ blue 206

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

Shades of Aero Blue #BAE6CE

Tints of Aero Blue #BAE6CE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.98%

 BLUE value IS 206 (80.86% from 255) = 33.12%

R = 29.9%
G = 36.98%
B = 33.12%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#BAE6CE (or 0xBAE6CE) is known color: Aero Blue. HEX triplet: BA, E6 and CE. RGB value is (186,230,206). Sum of RGB (Red+Green+Blue) = 186+230+206=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 230 (90.23% from 255 or 36.98% from 622); Blue value is 206 (80.86% from 255 or 33.12% from 622); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE6CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE6CE is #451931. Grayscale: #D6D6D6. Windows color (decimal): -4528434 or 13559482. OLE color: 13559482.

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

Color convert

RGB 186 230 206 -
CMYK 0.19 0 0.10 0.10
HSL 147.27º 0.47% 0.82% -
HSV(B) 147.27º 0.19% 0.9% -
XYZ 59.69 71.49 69.05 -
YUV 214.11 123.42 107.95 -
System Red Green Blue C M Y K H S L
Decimal 186 230 206 0.19 0 0.10 0.10 147.27 0.47 0.82
Hex BA E6 CE 13 0 A A 93 2F 52
Octal 272 346 316 23 0 12 12 223 57 122
Binary 10111010 11100110 11001110 10011 0 1010 1010 10010011 101111 1010010

Color Harmonies of #BAE6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE6CE

Black with #BAE6CE

Text Example


Text Example

White with #BAE6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE6CE; }

 p { color: rgb(186,230,206); }

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

background-color css

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

 a { background-color: rgb(186,230,206); }

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

border-color css

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

 span { border-color: rgb(186,230,206); }

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