#BAD1D1

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

Shades of Iron #BAD1D1

Tints of Iron #BAD1D1

Color information

#BAD1D1 (or 0xBAD1D1) is unknown color: approx Iron. HEX triplet: BA, D1 and D1. RGB value is (186,209,209). Sum of RGB (Red+Green+Blue) = 186+209+209=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 209 (82.03% from 255 or 34.60% from 604); Blue value is 209 (82.03% from 255 or 34.60% from 604); Max value from RGB is 209 - color contains mainly: green, blue. Hex color #BAD1D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD1D1 is #452E2E. Grayscale: #CACACA. Windows color (decimal): -4533807 or 13750714. OLE color: 13750714.

HSL color Cylindrical-coordinate representation of color #BAD1D1: hue angle of 180º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAD1D1 is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB186209209-
CMYK0.11000.18
HSL180º20%77.45%-
HSV(B)180º11%81.96%-
XYZ54.5660.6469.15-
YUV202.12131.88116.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.79%
GREEN value IS 209 (82.03% from 255) = 34.60%
BLUE value IS 209 (82.03% from 255) = 34.60%
R=30.79%
G=34.60%
B=34.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862092090.11000.181802077.45
HexBAD1D1B0012b4144d
Octal27232132113002226424115
Binary1011101011010001110100011011001001010110100101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD1D1; }

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

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

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

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

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

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

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

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