Html Css Color HEX #BADCC9 Aero Blue

📋 copy color: '#BADCC9'

red 186 ◦ green 220 ◦ blue 201

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

Shades of Aero Blue #BADCC9

Tints of Aero Blue #BADCC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 33.11%

R = 30.64%
G = 36.24%
B = 33.11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#BADCC9 (or 0xBADCC9) is known color: Aero Blue. HEX triplet: BA, DC and C9. RGB value is (186,220,201). Sum of RGB (Red+Green+Blue) = 186+220+201=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 201 (78.91% from 255 or 33.11% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCC9 is #452336. Grayscale: #CFCFCF. Windows color (decimal): -4530999 or 13229242. OLE color: 13229242.

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

Color convert

RGB 186 220 201 -
CMYK 0.15 0 0.09 0.14
HSL 146.47º 0.33% 0.8% -
HSV(B) 146.47º 0.15% 0.86% -
XYZ 56.39 65.84 65 -
YUV 207.67 124.24 112.54 -
System Red Green Blue C M Y K H S L
Decimal 186 220 201 0.15 0 0.09 0.14 146.47 0.33 0.8
Hex BA DC C9 F 0 9 E 92 21 50
Octal 272 334 311 17 0 11 16 222 41 120
Binary 10111010 11011100 11001001 1111 0 1001 1110 10010010 100001 1010000

Color Harmonies of #BADCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADCC9

Black with #BADCC9

Text Example


Text Example

White with #BADCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADCC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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