#BCCBCE

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

Shades of Iron #BCCBCE

Tints of Iron #BCCBCE

Color information

#BCCBCE (or 0xBCCBCE) is unknown color: approx Iron. HEX triplet: BC, CB and CE. RGB value is (188,203,206). Sum of RGB (Red+Green+Blue) = 188+203+206=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCCBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCBCE is #433431. Grayscale: #C6C6C6. Windows color (decimal): -4404274 or 13552572. OLE color: 13552572.

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

Color convert

RGB188203206-
CMYK0.090.0100.19
HSL190º15.52%77.25%-
HSV(B)190º8.74%80.78%-
XYZ53.2457.8666.75-
YUV198.86132.03120.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.49%
GREEN value IS 203 (79.69% from 255) = 34.00%
BLUE value IS 206 (80.86% from 255) = 34.51%
R=31.49%
G=34.00%
B=34.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882032060.090.0100.1919015.5277.25
HexBCCBCE91013be104d
Octal27431331611102327620115
Binary1011110011001011110011101001101001110111110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCBCE; }

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

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

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

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

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

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

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

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