Html Css Color HEX #BAE1CE Aero Blue

📋 copy color: '#BAE1CE'

red 186 ◦ green 225 ◦ blue 206

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

Shades of Aero Blue #BAE1CE

Tints of Aero Blue #BAE1CE

RGB

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

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

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

R = 30.15%
G = 36.47%
B = 33.39%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#BAE1CE (or 0xBAE1CE) is known color: Aero Blue. HEX triplet: BA, E1 and CE. RGB value is (186,225,206). Sum of RGB (Red+Green+Blue) = 186+225+206=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE1CE is #451E31. Grayscale: #D3D3D3. Windows color (decimal): -4529714 or 13558202. OLE color: 13558202.

HSL color Cylindrical-coordinate representation of color #BAE1CE: hue angle of 150.77º 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 #BAE1CE is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 225 206 -
CMYK 0.17 0 0.08 0.12
HSL 150.77º 0.39% 0.81% -
HSV(B) 150.77º 0.17% 0.88% -
XYZ 58.32 68.75 68.59 -
YUV 211.17 125.08 110.04 -
System Red Green Blue C M Y K H S L
Decimal 186 225 206 0.17 0 0.08 0.12 150.77 0.39 0.81
Hex BA E1 CE 11 0 8 C 97 27 51
Octal 272 341 316 21 0 10 14 227 47 121
Binary 10111010 11100001 11001110 10001 0 1000 1100 10010111 100111 1010001

Color Harmonies of #BAE1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE1CE

Black with #BAE1CE

Text Example


Text Example

White with #BAE1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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