Html Css Color HEX #BADEC9 Aero Blue

📋 copy color: '#BADEC9'

red 186 ◦ green 222 ◦ blue 201

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

Shades of Aero Blue #BADEC9

Tints of Aero Blue #BADEC9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.45%

 BLUE value IS 201 (78.91% from 255) = 33%

R = 30.54%
G = 36.45%
B = 33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#BADEC9 (or 0xBADEC9) is known color: Aero Blue. HEX triplet: BA, DE and C9. RGB value is (186,222,201). Sum of RGB (Red+Green+Blue) = 186+222+201=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 201 (78.91% from 255 or 33.00% from 609); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADEC9 is #452136. Grayscale: #D0D0D0. Windows color (decimal): -4530487 or 13229754. OLE color: 13229754.

HSL color Cylindrical-coordinate representation of color #BADEC9: hue angle of 145º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BADEC9 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 222 201 -
CMYK 0.16 0 0.09 0.13
HSL 145º 0.35% 0.8% -
HSV(B) 145º 0.16% 0.87% -
XYZ 56.91 66.9 65.17 -
YUV 208.84 123.57 111.71 -
System Red Green Blue C M Y K H S L
Decimal 186 222 201 0.16 0 0.09 0.13 145 0.35 0.8
Hex BA DE C9 10 0 9 D 91 23 50
Octal 272 336 311 20 0 11 15 221 43 120
Binary 10111010 11011110 11001001 10000 0 1001 1101 10010001 100011 1010000

Color Harmonies of #BADEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADEC9

Black with #BADEC9

Text Example


Text Example

White with #BADEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADEC9; }

 p { color: rgb(186,222,201); }

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

background-color css

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

 a { background-color: rgb(186,222,201); }

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

border-color css

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

 span { border-color: rgb(186,222,201); }

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