Html Css Color HEX #BADCC8 Aero Blue

📋 copy color: '#BADCC8'

red 186 ◦ green 220 ◦ blue 200

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

Shades of Aero Blue #BADCC8

Tints of Aero Blue #BADCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33%

R = 30.69%
G = 36.3%
B = 33%

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

#BADCC8 (or 0xBADCC8) is known color: Aero Blue. HEX triplet: BA, DC and C8. RGB value is (186,220,200). Sum of RGB (Red+Green+Blue) = 186+220+200=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 200 (78.52% from 255 or 33.00% from 606); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCC8 is #452337. Grayscale: #CFCFCF. Windows color (decimal): -4531000 or 13163706. OLE color: 13163706.

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

Color convert

RGB 186 220 200 -
CMYK 0.15 0 0.09 0.14
HSL 144.71º 0.33% 0.8% -
HSV(B) 144.71º 0.15% 0.86% -
XYZ 56.27 65.8 64.38 -
YUV 207.55 123.74 112.63 -
System Red Green Blue C M Y K H S L
Decimal 186 220 200 0.15 0 0.09 0.14 144.71 0.33 0.8
Hex BA DC C8 F 0 9 E 91 21 50
Octal 272 334 310 17 0 11 16 221 41 120
Binary 10111010 11011100 11001000 1111 0 1001 1110 10010001 100001 1010000

Color Harmonies of #BADCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADCC8

Black with #BADCC8

Text Example


Text Example

White with #BADCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADCC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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