#BCCECF

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

Shades of Iron #BCCECF

Tints of Iron #BCCECF

Color information

#BCCECF (or 0xBCCECF) is unknown color: approx Iron. HEX triplet: BC, CE and CF. RGB value is (188,206,207). Sum of RGB (Red+Green+Blue) = 188+206+207=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCCECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCECF is #433130. Grayscale: #C8C8C8. Windows color (decimal): -4403505 or 13618876. OLE color: 13618876.

HSL color Cylindrical-coordinate representation of color #BCCECF: hue angle of 183.16º 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 #BCCECF is Cyan = 0.09, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB188206207-
CMYK0.090.0000.19
HSL183.16º16.52%77.45%-
HSV(B)183.16º9.18%81.18%-
XYZ54.0759.3467.64-
YUV200.73131.54118.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.28%
GREEN value IS 206 (80.86% from 255) = 34.28%
BLUE value IS 207 (81.25% from 255) = 34.44%
R=31.28%
G=34.28%
B=34.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882062070.090.0000.19183.1616.5277.45
HexBCCECF90013b7114d
Octal27431631711002326721115
Binary1011110011001110110011111001001001110110111100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCECF; }

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

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

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

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

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

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

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

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