#BCCACE

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

Shades of Iron #BCCACE

Tints of Iron #BCCACE

Color information

#BCCACE (or 0xBCCACE) is unknown color: approx Iron. HEX triplet: BC, CA and CE. RGB value is (188,202,206). Sum of RGB (Red+Green+Blue) = 188+202+206=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCCACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCACE is #433531. Grayscale: #C6C6C6. Windows color (decimal): -4404530 or 13552316. OLE color: 13552316.

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

Color convert

RGB188202206-
CMYK0.090.0200.19
HSL193.33º15.52%77.25%-
HSV(B)193.33º8.74%80.78%-
XYZ5357.3966.68-
YUV198.27132.36120.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.54%
GREEN value IS 202 (79.30% from 255) = 33.89%
BLUE value IS 206 (80.86% from 255) = 34.56%
R=31.54%
G=33.89%
B=34.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882022060.090.0200.19193.3315.5277.25
HexBCCACE92013c1104d
Octal27431231611202330120115
Binary10111100110010101100111010011001001111000001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCACE; }

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

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

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

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

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

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

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

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