Html Css Color HEX #BADFCC Aero Blue

📋 copy color: '#BADFCC'

red 186 ◦ green 223 ◦ blue 204

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

Shades of Aero Blue #BADFCC

Tints of Aero Blue #BADFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.28%

R = 30.34%
G = 36.38%
B = 33.28%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#BADFCC (or 0xBADFCC) is known color: Aero Blue. HEX triplet: BA, DF and CC. RGB value is (186,223,204). Sum of RGB (Red+Green+Blue) = 186+223+204=613 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.34% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADFCC is #452033. Grayscale: #D1D1D1. Windows color (decimal): -4530228 or 13426618. OLE color: 13426618.

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

Color convert

RGB 186 223 204 -
CMYK 0.17 0 0.09 0.13
HSL 149.19º 0.37% 0.8% -
HSV(B) 149.19º 0.17% 0.87% -
XYZ 57.54 67.57 67.14 -
YUV 209.77 124.74 111.04 -
System Red Green Blue C M Y K H S L
Decimal 186 223 204 0.17 0 0.09 0.13 149.19 0.37 0.8
Hex BA DF CC 11 0 9 D 95 25 50
Octal 272 337 314 21 0 11 15 225 45 120
Binary 10111010 11011111 11001100 10001 0 1001 1101 10010101 100101 1010000

Color Harmonies of #BADFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADFCC

Black with #BADFCC

Text Example


Text Example

White with #BADFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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