Html Css Color HEX #BADECF Aero Blue

📋 copy color: '#BADECF'

red 186 ◦ green 222 ◦ blue 207

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

Shades of Aero Blue #BADECF

Tints of Aero Blue #BADECF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.1%

 BLUE value IS 207 (81.25% from 255) = 33.66%

R = 30.24%
G = 36.1%
B = 33.66%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#BADECF (or 0xBADECF) is known color: Aero Blue. HEX triplet: BA, DE and CF. RGB value is (186,222,207). Sum of RGB (Red+Green+Blue) = 186+222+207=615 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.24% from 615); Green value is 222 (87.11% from 255 or 36.10% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 222 - color contains mainly: green. Hex color #BADECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADECF is #452130. Grayscale: #D1D1D1. Windows color (decimal): -4530481 or 13622970. OLE color: 13622970.

HSL color Cylindrical-coordinate representation of color #BADECF: hue angle of 155º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BADECF is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 222 207 -
CMYK 0.16 0 0.07 0.13
HSL 155º 0.35% 0.8% -
HSV(B) 155º 0.16% 0.87% -
XYZ 57.63 67.19 68.96 -
YUV 209.53 126.57 111.22 -
System Red Green Blue C M Y K H S L
Decimal 186 222 207 0.16 0 0.07 0.13 155 0.35 0.8
Hex BA DE CF 10 0 7 D 9B 23 50
Octal 272 336 317 20 0 7 15 233 43 120
Binary 10111010 11011110 11001111 10000 0 111 1101 10011011 100011 1010000

Color Harmonies of #BADECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADECF

Black with #BADECF

Text Example


Text Example

White with #BADECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADECF; }

 p { color: rgb(186,222,207); }

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

background-color css

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

 a { background-color: rgb(186,222,207); }

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

border-color css

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

 span { border-color: rgb(186,222,207); }

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