#BCCACC

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

Shades of Iron #BCCACC

Tints of Iron #BCCACC

Color information

#BCCACC (or 0xBCCACC) is unknown color: approx Iron. HEX triplet: BC, CA and CC. RGB value is (188,202,204). Sum of RGB (Red+Green+Blue) = 188+202+204=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCCACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCACC is #433533. Grayscale: #C6C6C6. Windows color (decimal): -4404532 or 13421244. OLE color: 13421244.

HSL color Cylindrical-coordinate representation of color #BCCACC: hue angle of 187.5º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCCACC is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB188202204-
CMYK0.080.0100.2
HSL187.5º13.56%76.86%-
HSV(B)187.5º7.84%80%-
XYZ52.7657.2965.4-
YUV198.04131.36120.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.65%
GREEN value IS 202 (79.30% from 255) = 34.01%
BLUE value IS 204 (80.08% from 255) = 34.34%
R=31.65%
G=34.01%
B=34.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1882022040.080.0100.2187.513.5676.86
HexBCCACC81014bbe4d
Octal27431231410102427316115
Binary101111001100101011001100100010101001011101111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCACC; }

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

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

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

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

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

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

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

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