Html Css Color HEX #BADFCA Aero Blue

📋 copy color: '#BADFCA'

red 186 ◦ green 223 ◦ blue 202

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

Shades of Aero Blue #BADFCA

Tints of Aero Blue #BADFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.06%

R = 30.44%
G = 36.5%
B = 33.06%

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

#BADFCA (or 0xBADFCA) is known color: Aero Blue. HEX triplet: BA, DF and CA. RGB value is (186,223,202). Sum of RGB (Red+Green+Blue) = 186+223+202=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADFCA is #452035. Grayscale: #D1D1D1. Windows color (decimal): -4530230 or 13295546. OLE color: 13295546.

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

Color convert

RGB 186 223 202 -
CMYK 0.17 0 0.09 0.13
HSL 145.95º 0.37% 0.8% -
HSV(B) 145.95º 0.17% 0.87% -
XYZ 57.3 67.48 65.88 -
YUV 209.54 123.74 111.21 -
System Red Green Blue C M Y K H S L
Decimal 186 223 202 0.17 0 0.09 0.13 145.95 0.37 0.8
Hex BA DF CA 11 0 9 D 92 25 50
Octal 272 337 312 21 0 11 15 222 45 120
Binary 10111010 11011111 11001010 10001 0 1001 1101 10010010 100101 1010000

Color Harmonies of #BADFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADFCA

Black with #BADFCA

Text Example


Text Example

White with #BADFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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