Html Css Color HEX #BADECA Aero Blue

📋 copy color: '#BADECA'

red 186 ◦ green 222 ◦ blue 202

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

Shades of Aero Blue #BADECA

Tints of Aero Blue #BADECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.11%

R = 30.49%
G = 36.39%
B = 33.11%

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

#BADECA (or 0xBADECA) is known color: Aero Blue. HEX triplet: BA, DE and CA. RGB value is (186,222,202). Sum of RGB (Red+Green+Blue) = 186+222+202=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 222 - color contains mainly: green. Hex color #BADECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADECA is #452135. Grayscale: #D0D0D0. Windows color (decimal): -4530486 or 13295290. OLE color: 13295290.

HSL color Cylindrical-coordinate representation of color #BADECA: hue angle of 146.67º 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 #BADECA is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 222 202 -
CMYK 0.16 0 0.09 0.13
HSL 146.67º 0.35% 0.8% -
HSV(B) 146.67º 0.16% 0.87% -
XYZ 57.03 66.95 65.79 -
YUV 208.96 124.07 111.63 -
System Red Green Blue C M Y K H S L
Decimal 186 222 202 0.16 0 0.09 0.13 146.67 0.35 0.8
Hex BA DE CA 10 0 9 D 93 23 50
Octal 272 336 312 20 0 11 15 223 43 120
Binary 10111010 11011110 11001010 10000 0 1001 1101 10010011 100011 1010000

Color Harmonies of #BADECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADECA

Black with #BADECA

Text Example


Text Example

White with #BADECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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