Html Css Color HEX #BAEDCE Aero Blue

📋 copy color: '#BAEDCE'

red 186 ◦ green 237 ◦ blue 206

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

Shades of Aero Blue #BAEDCE

Tints of Aero Blue #BAEDCE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.68%

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

R = 29.57%
G = 37.68%
B = 32.75%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#BAEDCE (or 0xBAEDCE) is known color: Aero Blue. HEX triplet: BA, ED and CE. RGB value is (186,237,206). Sum of RGB (Red+Green+Blue) = 186+237+206=629 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.57% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDCE is #451231. Grayscale: #DADADA. Windows color (decimal): -4526642 or 13561274. OLE color: 13561274.

HSL color Cylindrical-coordinate representation of color #BAEDCE: hue angle of 143.53º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEDCE is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 237 206 -
CMYK 0.22 0 0.13 0.07
HSL 143.53º 0.59% 0.83% -
HSV(B) 143.53º 0.22% 0.93% -
XYZ 61.67 75.46 69.71 -
YUV 218.22 121.1 105.02 -
System Red Green Blue C M Y K H S L
Decimal 186 237 206 0.22 0 0.13 0.07 143.53 0.59 0.83
Hex BA ED CE 16 0 D 7 90 3B 53
Octal 272 355 316 26 0 15 7 220 73 123
Binary 10111010 11101101 11001110 10110 0 1101 111 10010000 111011 1010011

Color Harmonies of #BAEDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEDCE

Black with #BAEDCE

Text Example


Text Example

White with #BAEDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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