#BDC9CB

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

Shades of Iron #BDC9CB

Tints of Iron #BDC9CB

Color information

#BDC9CB (or 0xBDC9CB) is unknown color: approx Iron. HEX triplet: BD, C9 and CB. RGB value is (189,201,203). Sum of RGB (Red+Green+Blue) = 189+201+203=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 203 - color contains mainly: blue. Hex color #BDC9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC9CB is #423634. Grayscale: #C5C5C5. Windows color (decimal): -4339253 or 13355453. OLE color: 13355453.

HSL color Cylindrical-coordinate representation of color #BDC9CB: hue angle of 188.57º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDC9CB is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB189201203-
CMYK0.070.0100.20
HSL188.57º11.86%76.86%-
HSV(B)188.57º6.9%79.61%-
XYZ52.6556.964.71-
YUV197.64131.02121.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.87%
GREEN value IS 201 (78.91% from 255) = 33.90%
BLUE value IS 203 (79.69% from 255) = 34.23%
R=31.87%
G=33.90%
B=34.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892012030.070.0100.20188.5711.8676.86
HexBDC9CB71014bdc4d
Octal2753113137102427514115
Binary10111101110010011100101111110101001011110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC9CB; }

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

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

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

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

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

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

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

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