#BDD1D0

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

Shades of Iron #BDD1D0

Tints of Iron #BDD1D0

Color information

#BDD1D0 (or 0xBDD1D0) is unknown color: approx Iron. HEX triplet: BD, D1 and D0. RGB value is (189,209,208). Sum of RGB (Red+Green+Blue) = 189+209+208=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 209 (82.03% from 255 or 34.49% from 606); Blue value is 208 (81.64% from 255 or 34.32% from 606); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD1D0 is #422E2F. Grayscale: #CACACA. Windows color (decimal): -4337200 or 13685181. OLE color: 13685181.

HSL color Cylindrical-coordinate representation of color #BDD1D0: hue angle of 177º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDD1D0 is Cyan = 0.10, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB189209208-
CMYK0.1000.000.18
HSL177º17.86%78.04%-
HSV(B)177º9.57%81.96%-
XYZ55.1760.9768.54-
YUV202.91130.87118.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.19%
GREEN value IS 209 (82.03% from 255) = 34.49%
BLUE value IS 208 (81.64% from 255) = 34.32%
R=31.19%
G=34.49%
B=34.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892092080.1000.000.1817717.8678.04
HexBDD1D0A0012b1124e
Octal27532132012002226122116
Binary1011110111010001110100001010001001010110001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD1D0; }

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

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

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

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

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

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

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

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