#BDCFCF

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

Shades of Iron #BDCFCF

Tints of Iron #BDCFCF

Color information

#BDCFCF (or 0xBDCFCF) is unknown color: approx Iron. HEX triplet: BD, CF and CF. RGB value is (189,207,207). Sum of RGB (Red+Green+Blue) = 189+207+207=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #BDCFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCFCF is #423030. Grayscale: #C9C9C9. Windows color (decimal): -4337713 or 13619133. OLE color: 13619133.

HSL color Cylindrical-coordinate representation of color #BDCFCF: hue angle of 180º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDCFCF is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB189207207-
CMYK0.09000.19
HSL180º15.79%77.65%-
HSV(B)180º8.7%81.18%-
XYZ54.5659.9567.73-
YUV201.62131.04119-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.34%
GREEN value IS 207 (81.25% from 255) = 34.33%
BLUE value IS 207 (81.25% from 255) = 34.33%
R=31.34%
G=34.33%
B=34.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1892072070.09000.1918015.7977.65
HexBDCFCF90013b4104e
Octal27531731711002326420116
Binary1011110111001111110011111001001001110110100100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCFCF; }

 p { color: rgb(189,207,207); }

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

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

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

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

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

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

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