Html Css Color HEX #BADCCA Aero Blue

📋 copy color: '#BADCCA'

red 186 ◦ green 220 ◦ blue 202

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

Shades of Aero Blue #BADCCA

Tints of Aero Blue #BADCCA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.18%

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

R = 30.59%
G = 36.18%
B = 33.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#BADCCA (or 0xBADCCA) is known color: Aero Blue. HEX triplet: BA, DC and CA. RGB value is (186,220,202). Sum of RGB (Red+Green+Blue) = 186+220+202=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCCA is #452335. Grayscale: #CFCFCF. Windows color (decimal): -4530998 or 13294778. OLE color: 13294778.

HSL color Cylindrical-coordinate representation of color #BADCCA: hue angle of 148.24º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BADCCA is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 220 202 -
CMYK 0.15 0 0.08 0.14
HSL 148.24º 0.33% 0.8% -
HSV(B) 148.24º 0.15% 0.86% -
XYZ 56.5 65.89 65.62 -
YUV 207.78 124.74 112.46 -
System Red Green Blue C M Y K H S L
Decimal 186 220 202 0.15 0 0.08 0.14 148.24 0.33 0.8
Hex BA DC CA F 0 8 E 94 21 50
Octal 272 334 312 17 0 10 16 224 41 120
Binary 10111010 11011100 11001010 1111 0 1000 1110 10010100 100001 1010000

Color Harmonies of #BADCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADCCA

Black with #BADCCA

Text Example


Text Example

White with #BADCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADCCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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