Html Css Color HEX #BADFCE Aero Blue

📋 copy color: '#BADFCE'

red 186 ◦ green 223 ◦ blue 206

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

Shades of Aero Blue #BADFCE

Tints of Aero Blue #BADFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.5%

R = 30.24%
G = 36.26%
B = 33.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#BADFCE (or 0xBADFCE) is known color: Aero Blue. HEX triplet: BA, DF and CE. RGB value is (186,223,206). Sum of RGB (Red+Green+Blue) = 186+223+206=615 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.24% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADFCE is #452031. Grayscale: #D2D2D2. Windows color (decimal): -4530226 or 13557690. OLE color: 13557690.

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

Color convert

RGB 186 223 206 -
CMYK 0.17 0 0.08 0.13
HSL 152.43º 0.37% 0.8% -
HSV(B) 152.43º 0.17% 0.87% -
XYZ 57.78 67.67 68.41 -
YUV 210 125.74 110.88 -
System Red Green Blue C M Y K H S L
Decimal 186 223 206 0.17 0 0.08 0.13 152.43 0.37 0.8
Hex BA DF CE 11 0 8 D 98 25 50
Octal 272 337 316 21 0 10 15 230 45 120
Binary 10111010 11011111 11001110 10001 0 1000 1101 10011000 100101 1010000

Color Harmonies of #BADFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADFCE

Black with #BADFCE

Text Example


Text Example

White with #BADFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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