#BDCBD0

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

Shades of Iron #BDCBD0

Tints of Iron #BDCBD0

Color information

#BDCBD0 (or 0xBDCBD0) is unknown color: approx Iron. HEX triplet: BD, CB and D0. RGB value is (189,203,208). Sum of RGB (Red+Green+Blue) = 189+203+208=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 208 - color contains mainly: blue. Hex color #BDCBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCBD0 is #42342F. Grayscale: #C7C7C7. Windows color (decimal): -4338736 or 13683645. OLE color: 13683645.

HSL color Cylindrical-coordinate representation of color #BDCBD0: hue angle of 195.79º 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 #BDCBD0 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB189203208-
CMYK0.090.0200.18
HSL195.79º16.81%77.84%-
HSV(B)195.79º9.13%81.57%-
XYZ53.7358.0868.05-
YUV199.38132.86120.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.5%
GREEN value IS 203 (79.69% from 255) = 33.83%
BLUE value IS 208 (81.64% from 255) = 34.67%
R=31.5%
G=33.83%
B=34.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892032080.090.0200.18195.7916.8177.84
HexBDCBD092012c4114e
Octal27531332011202230421116
Binary10111101110010111101000010011001001011000100100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCBD0; }

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

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

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

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

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

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

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

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