#BCCECE

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

Shades of Iron #BCCECE

Tints of Iron #BCCECE

Color information

#BCCECE (or 0xBCCECE) is unknown color: approx Iron. HEX triplet: BC, CE and CE. RGB value is (188,206,206). Sum of RGB (Red+Green+Blue) = 188+206+206=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #BCCECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCECE is #433131. Grayscale: #C8C8C8. Windows color (decimal): -4403506 or 13553340. OLE color: 13553340.

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

Color convert

RGB188206206-
CMYK0.09000.19
HSL180º15.52%77.25%-
HSV(B)180º8.74%80.78%-
XYZ53.9559.2966.99-
YUV200.62131.04119-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.33%
GREEN value IS 206 (80.86% from 255) = 34.33%
BLUE value IS 206 (80.86% from 255) = 34.33%
R=31.33%
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
Decimal1882062060.09000.1918015.5277.25
HexBCCECE90013b4104d
Octal27431631611002326420115
Binary1011110011001110110011101001001001110110100100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCECE; }

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

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

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

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

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

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

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

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