#BDD0D4

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

Shades of Iron #BDD0D4

Tints of Iron #BDD0D4

Color information

#BDD0D4 (or 0xBDD0D4) is unknown color: approx Iron. HEX triplet: BD, D0 and D4. RGB value is (189,208,212). Sum of RGB (Red+Green+Blue) = 189+208+212=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 208 (81.64% from 255 or 34.15% from 609); Blue value is 212 (83.20% from 255 or 34.81% from 609); Max value from RGB is 212 - color contains mainly: blue. Hex color #BDD0D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD0D4 is #422F2B. Grayscale: #CACACA. Windows color (decimal): -4337452 or 13947069. OLE color: 13947069.

HSL color Cylindrical-coordinate representation of color #BDD0D4: hue angle of 190.43º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDD0D4 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB189208212-
CMYK0.110.0200.17
HSL190.43º21.1%78.63%-
HSV(B)190.43º10.85%83.14%-
XYZ55.4360.6871.08-
YUV202.77133.21118.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.03%
GREEN value IS 208 (81.64% from 255) = 34.15%
BLUE value IS 212 (83.20% from 255) = 34.81%
R=31.03%
G=34.15%
B=34.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1892082120.110.0200.17190.4321.178.63
HexBDD0D4B2011be154f
Octal27532032413202127625117
Binary10111101110100001101010010111001000110111110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD0D4; }

 p { color: rgb(189,208,212); }

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

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

 a { background-color: rgb(189,208,212); }

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

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

 span { border-color: rgb(189,208,212); }

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