#BCCFCF

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

Shades of Iron #BCCFCF

Tints of Iron #BCCFCF

Color information

#BCCFCF (or 0xBCCFCF) is unknown color: approx Iron. HEX triplet: BC, CF and CF. RGB value is (188,207,207). Sum of RGB (Red+Green+Blue) = 188+207+207=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #BCCFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFCF is #433030. Grayscale: #C9C9C9. Windows color (decimal): -4403249 or 13619132. OLE color: 13619132.

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

Color convert

RGB188207207-
CMYK0.09000.19
HSL180º16.52%77.45%-
HSV(B)180º9.18%81.18%-
XYZ54.3159.8267.72-
YUV201.32131.21118.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.23%
GREEN value IS 207 (81.25% from 255) = 34.39%
BLUE value IS 207 (81.25% from 255) = 34.39%
R=31.23%
G=34.39%
B=34.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882072070.09000.1918016.5277.45
HexBCCFCF90013b4114d
Octal27431731711002326421115
Binary1011110011001111110011111001001001110110100100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCFCF; }

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

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

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

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

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

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

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

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