#BDCDD0

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

Shades of Iron #BDCDD0

Tints of Iron #BDCDD0

Color information

#BDCDD0 (or 0xBDCDD0) is unknown color: approx Iron. HEX triplet: BD, CD and D0. RGB value is (189,205,208). Sum of RGB (Red+Green+Blue) = 189+205+208=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 208 - color contains mainly: blue. Hex color #BDCDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDD0 is #42322F. Grayscale: #C8C8C8. Windows color (decimal): -4338224 or 13684157. OLE color: 13684157.

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

Color convert

RGB189205208-
CMYK0.090.0100.18
HSL189.47º16.81%77.84%-
HSV(B)189.47º9.13%81.57%-
XYZ54.259.0468.21-
YUV200.56132.2119.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.40%
GREEN value IS 205 (80.47% from 255) = 34.05%
BLUE value IS 208 (81.64% from 255) = 34.55%
R=31.40%
G=34.05%
B=34.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892052080.090.0100.18189.4716.8177.84
HexBDCDD091012bd114e
Octal27531532011102227521116
Binary1011110111001101110100001001101001010111101100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDD0; }

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

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

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

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

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

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

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

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