#BDC9CC

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

Shades of Iron #BDC9CC

Tints of Iron #BDC9CC

Color information

#BDC9CC (or 0xBDC9CC) is unknown color: approx Iron. HEX triplet: BD, C9 and CC. RGB value is (189,201,204). Sum of RGB (Red+Green+Blue) = 189+201+204=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 201 (78.91% from 255 or 33.84% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 204 - color contains mainly: blue. Hex color #BDC9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC9CC is #423633. Grayscale: #C5C5C5. Windows color (decimal): -4339252 or 13420989. OLE color: 13420989.

HSL color Cylindrical-coordinate representation of color #BDC9CC: hue angle of 192º degrees, saturation: 0.13, 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 #BDC9CC is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB189201204-
CMYK0.070.0100.2
HSL192º12.82%77.06%-
HSV(B)192º7.35%80%-
XYZ52.7756.9565.34-
YUV197.75131.52121.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.82%
GREEN value IS 201 (78.91% from 255) = 33.84%
BLUE value IS 204 (80.08% from 255) = 34.34%
R=31.82%
G=33.84%
B=34.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1892012040.070.0100.219212.8277.06
HexBDC9CC71014c0d4d
Octal2753113147102430015115
Binary10111101110010011100110011110101001100000011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC9CC; }

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

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

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

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

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

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

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

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