Html Css Color HEX #BADECB Aero Blue

📋 copy color: '#BADECB'

red 186 ◦ green 222 ◦ blue 203

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

Shades of Aero Blue #BADECB

Tints of Aero Blue #BADECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.22%

R = 30.44%
G = 36.33%
B = 33.22%

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

#BADECB (or 0xBADECB) is known color: Aero Blue. HEX triplet: BA, DE and CB. RGB value is (186,222,203). Sum of RGB (Red+Green+Blue) = 186+222+203=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 222 (87.11% from 255 or 36.33% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 222 - color contains mainly: green. Hex color #BADECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADECB is #452134. Grayscale: #D1D1D1. Windows color (decimal): -4530485 or 13360826. OLE color: 13360826.

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

Color convert

RGB 186 222 203 -
CMYK 0.16 0 0.09 0.13
HSL 148.33º 0.35% 0.8% -
HSV(B) 148.33º 0.16% 0.87% -
XYZ 57.15 66.99 66.42 -
YUV 209.07 124.57 111.54 -
System Red Green Blue C M Y K H S L
Decimal 186 222 203 0.16 0 0.09 0.13 148.33 0.35 0.8
Hex BA DE CB 10 0 9 D 94 23 50
Octal 272 336 313 20 0 11 15 224 43 120
Binary 10111010 11011110 11001011 10000 0 1001 1101 10010100 100011 1010000

Color Harmonies of #BADECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADECB

Black with #BADECB

Text Example


Text Example

White with #BADECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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