Html Css Color HEX #BADFD0 Aero Blue

📋 copy color: '#BADFD0'

red 186 ◦ green 223 ◦ blue 208

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

Shades of Aero Blue #BADFD0

Tints of Aero Blue #BADFD0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.14%

 BLUE value IS 208 (81.64% from 255) = 33.71%

R = 30.15%
G = 36.14%
B = 33.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#BADFD0 (or 0xBADFD0) is known color: Aero Blue. HEX triplet: BA, DF and D0. RGB value is (186,223,208). Sum of RGB (Red+Green+Blue) = 186+223+208=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 208 (81.64% from 255 or 33.71% from 617); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADFD0 is #45202F. Grayscale: #D2D2D2. Windows color (decimal): -4530224 or 13688762. OLE color: 13688762.

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

Color convert

RGB 186 223 208 -
CMYK 0.17 0 0.07 0.13
HSL 155.68º 0.37% 0.8% -
HSV(B) 155.68º 0.17% 0.87% -
XYZ 58.02 67.77 69.7 -
YUV 210.23 126.74 110.72 -
System Red Green Blue C M Y K H S L
Decimal 186 223 208 0.17 0 0.07 0.13 155.68 0.37 0.8
Hex BA DF D0 11 0 7 D 9C 25 50
Octal 272 337 320 21 0 7 15 234 45 120
Binary 10111010 11011111 11010000 10001 0 111 1101 10011100 100101 1010000

Color Harmonies of #BADFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADFD0

Black with #BADFD0

Text Example


Text Example

White with #BADFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADFD0; }

 p { color: rgb(186,223,208); }

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

background-color css

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

 a { background-color: rgb(186,223,208); }

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

border-color css

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

 span { border-color: rgb(186,223,208); }

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