Shades of Iron #BCCCCC
Tints of Iron #BCCCCC
RGB
CMYK
RGB Variations
Color information
#BCCCCC (or 0xBCCCCC) is known color: Iron. HEX triplet: BC, CC and CC. RGB value is (188,204,204). Sum of RGB (Red+Green+Blue) = 188+204+204=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #BCCCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCCC is #433333. Grayscale: #C7C7C7. Windows color (decimal): -4404020 or 13421756. OLE color: 13421756.
HSL color Cylindrical-coordinate representation of color #BCCCCC: hue angle of 180º 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 #BCCCCC is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 188 | 204 | 204 | - |
CMYK | 0.08 | 0 | 0 | 0.2 |
HSL | 180º | 0.14% | 0.77% | - |
HSV(B) | 180º | 0.08% | 0.8% | - |
XYZ | 53.23 | 58.24 | 65.56 | - |
YUV | 199.22 | 130.7 | 120 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 204 | 204 | 0.08 | 0 | 0 | 0.2 | 180 | 0.14 | 0.77 |
Hex | BC | CC | CC | 8 | 0 | 0 | 14 | B4 | E | 4D |
Octal | 274 | 314 | 314 | 10 | 0 | 0 | 24 | 264 | 16 | 115 |
Binary | 10111100 | 11001100 | 11001100 | 1000 | 0 | 0 | 10100 | 10110100 | 1110 | 1001101 |
Color Harmonies of #BCCCCC
Complementary color
Monochromatic Colors of #BCCCCC
Black with #BCCCCC
Text Example
Text Example
White with #BCCCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCCCC; }
p { color: rgb(188,204,204); }
H1.HeaderClassName
{
color: #BCCCCC;
}
.AnyTagClassName
{
color: #BCCCCC;
}
</style>
background-color css
<style>
a { background-color: #BCCCCC; }
a { background-color: rgb(188,204,204); }
div.DivClassName
{
background-color: #BCCCCC;
}
.BgClassName
{
background-color: #BCCCCC;
}
</style>
border-color css
<style>
span { border-color: #BCCCCC; }
span { border-color: rgb(188,204,204); }
td.TdClassName
{
border-color: #BCCCCC;
}
.TagClassName
{
border-color: #BCCCCC;
}
</style>