Html Css Color HEX #BADFCD Aero Blue

📋 copy color: '#BADFCD'

red 186 ◦ green 223 ◦ blue 205

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

Shades of Aero Blue #BADFCD

Tints of Aero Blue #BADFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.39%

R = 30.29%
G = 36.32%
B = 33.39%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#BADFCD (or 0xBADFCD) is known color: Aero Blue. HEX triplet: BA, DF and CD. RGB value is (186,223,205). Sum of RGB (Red+Green+Blue) = 186+223+205=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADFCD is #452032. Grayscale: #D1D1D1. Windows color (decimal): -4530227 or 13492154. OLE color: 13492154.

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

Color convert

RGB 186 223 205 -
CMYK 0.17 0 0.08 0.13
HSL 150.81º 0.37% 0.8% -
HSV(B) 150.81º 0.17% 0.87% -
XYZ 57.66 67.62 67.77 -
YUV 209.89 125.24 110.96 -
System Red Green Blue C M Y K H S L
Decimal 186 223 205 0.17 0 0.08 0.13 150.81 0.37 0.8
Hex BA DF CD 11 0 8 D 97 25 50
Octal 272 337 315 21 0 10 15 227 45 120
Binary 10111010 11011111 11001101 10001 0 1000 1101 10010111 100101 1010000

Color Harmonies of #BADFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADFCD

Black with #BADFCD

Text Example


Text Example

White with #BADFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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