Html Css Color HEX #BAEBCE Aero Blue

📋 copy color: '#BAEBCE'

red 186 ◦ green 235 ◦ blue 206

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

Shades of Aero Blue #BAEBCE

Tints of Aero Blue #BAEBCE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.48%

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

R = 29.67%
G = 37.48%
B = 32.85%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#BAEBCE (or 0xBAEBCE) is known color: Aero Blue. HEX triplet: BA, EB and CE. RGB value is (186,235,206). Sum of RGB (Red+Green+Blue) = 186+235+206=627 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.67% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEBCE is #451431. Grayscale: #D9D9D9. Windows color (decimal): -4527154 or 13560762. OLE color: 13560762.

HSL color Cylindrical-coordinate representation of color #BAEBCE: hue angle of 144.49º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEBCE is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 235 206 -
CMYK 0.21 0 0.12 0.08
HSL 144.49º 0.55% 0.83% -
HSV(B) 144.49º 0.21% 0.92% -
XYZ 61.1 74.31 69.52 -
YUV 217.04 121.77 105.86 -
System Red Green Blue C M Y K H S L
Decimal 186 235 206 0.21 0 0.12 0.08 144.49 0.55 0.83
Hex BA EB CE 15 0 C 8 90 37 53
Octal 272 353 316 25 0 14 10 220 67 123
Binary 10111010 11101011 11001110 10101 0 1100 1000 10010000 110111 1010011

Color Harmonies of #BAEBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEBCE

Black with #BAEBCE

Text Example


Text Example

White with #BAEBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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