#BDCDCE

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

Shades of Iron #BDCDCE

Tints of Iron #BDCDCE

Color information

#BDCDCE (or 0xBDCDCE) is unknown color: approx Iron. HEX triplet: BD, CD and CE. RGB value is (189,205,206). Sum of RGB (Red+Green+Blue) = 189+205+206=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDCDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDCE is #423231. Grayscale: #C8C8C8. Windows color (decimal): -4338226 or 13553085. OLE color: 13553085.

HSL color Cylindrical-coordinate representation of color #BDCDCE: hue angle of 183.53º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDCDCE is Cyan = 0.08, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB189205206-
CMYK0.080.0000.19
HSL183.53º14.78%77.45%-
HSV(B)183.53º8.25%80.78%-
XYZ53.9658.9466.92-
YUV200.33131.2119.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.5%
GREEN value IS 205 (80.47% from 255) = 34.17%
BLUE value IS 206 (80.86% from 255) = 34.33%
R=31.5%
G=34.17%
B=34.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1892052060.080.0000.19183.5314.7877.45
HexBDCDCE80013b8f4d
Octal27531531610002327017115
Binary101111011100110111001110100000100111011100011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDCE; }

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

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

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

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

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

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

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

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