#BAD1D5

Color #BAD1D5 Iron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iron #BAD1D5

Tints of Iron #BAD1D5

Color information

#BAD1D5 (or 0xBAD1D5) is unknown color: approx Iron. HEX triplet: BA, D1 and D5. RGB value is (186,209,213). Sum of RGB (Red+Green+Blue) = 186+209+213=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 209 (82.03% from 255 or 34.38% from 608); Blue value is 213 (83.59% from 255 or 35.03% from 608); Max value from RGB is 213 - color contains mainly: blue. Hex color #BAD1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD1D5 is #452E2A. Grayscale: #CACACA. Windows color (decimal): -4533803 or 14012858. OLE color: 14012858.

HSL color Cylindrical-coordinate representation of color #BAD1D5: hue angle of 188.89º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAD1D5 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186209213-
CMYK0.130.0200.16
HSL188.89º24.32%78.24%-
HSV(B)188.89º12.68%83.53%-
XYZ55.0660.8471.79-
YUV202.58133.88116.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.59%
GREEN value IS 209 (82.03% from 255) = 34.38%
BLUE value IS 213 (83.59% from 255) = 35.03%
R=30.59%
G=34.38%
B=35.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862092130.130.0200.16188.8924.3278.24
HexBAD1D5D2010bd184e
Octal27232132515202027530116
Binary10111010110100011101010111011001000010111101110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD1D5; }

 p { color: rgb(186,209,213); }

 H1.HeaderClassName
 {
   color: #BAD1D5;
 }
 .AnyTagClassName
 {
   color: #BAD1D5;
 }
</style>
background-color css

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

 a { background-color: rgb(186,209,213); }

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

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

 span { border-color: rgb(186,209,213); }

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