Html Css Color HEX #BADDCE Aero Blue

📋 copy color: '#BADDCE'

red 186 ◦ green 221 ◦ blue 206

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

Shades of Aero Blue #BADDCE

Tints of Aero Blue #BADDCE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.05%

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

R = 30.34%
G = 36.05%
B = 33.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#BADDCE (or 0xBADDCE) is known color: Aero Blue. HEX triplet: BA, DD and CE. RGB value is (186,221,206). Sum of RGB (Red+Green+Blue) = 186+221+206=613 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.34% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 206 (80.86% from 255 or 33.61% from 613); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDCE is #452231. Grayscale: #D0D0D0. Windows color (decimal): -4530738 or 13557178. OLE color: 13557178.

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

Color convert

RGB 186 221 206 -
CMYK 0.16 0 0.07 0.13
HSL 154.29º 0.34% 0.8% -
HSV(B) 154.29º 0.16% 0.87% -
XYZ 57.25 66.61 68.23 -
YUV 208.83 126.4 111.72 -
System Red Green Blue C M Y K H S L
Decimal 186 221 206 0.16 0 0.07 0.13 154.29 0.34 0.8
Hex BA DD CE 10 0 7 D 9A 22 50
Octal 272 335 316 20 0 7 15 232 42 120
Binary 10111010 11011101 11001110 10000 0 111 1101 10011010 100010 1010000

Color Harmonies of #BADDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADDCE

Black with #BADDCE

Text Example


Text Example

White with #BADDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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