Html Css Color HEX #BADDCB Aero Blue

📋 copy color: '#BADDCB'

red 186 ◦ green 221 ◦ blue 203

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

Shades of Aero Blue #BADDCB

Tints of Aero Blue #BADDCB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.23%

 BLUE value IS 203 (79.69% from 255) = 33.28%

R = 30.49%
G = 36.23%
B = 33.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#BADDCB (or 0xBADDCB) is known color: Aero Blue. HEX triplet: BA, DD and CB. RGB value is (186,221,203). Sum of RGB (Red+Green+Blue) = 186+221+203=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDCB is #452234. Grayscale: #D0D0D0. Windows color (decimal): -4530741 or 13360570. OLE color: 13360570.

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

Color convert

RGB 186 221 203 -
CMYK 0.16 0 0.08 0.13
HSL 149.14º 0.34% 0.8% -
HSV(B) 149.14º 0.16% 0.87% -
XYZ 56.89 66.46 66.33 -
YUV 208.48 124.9 111.96 -
System Red Green Blue C M Y K H S L
Decimal 186 221 203 0.16 0 0.08 0.13 149.14 0.34 0.8
Hex BA DD CB 10 0 8 D 95 22 50
Octal 272 335 313 20 0 10 15 225 42 120
Binary 10111010 11011101 11001011 10000 0 1000 1101 10010101 100010 1010000

Color Harmonies of #BADDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADDCB

Black with #BADDCB

Text Example


Text Example

White with #BADDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADDCB; }

 p { color: rgb(186,221,203); }

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

background-color css

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

 a { background-color: rgb(186,221,203); }

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

border-color css

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

 span { border-color: rgb(186,221,203); }

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