#BCCCCC

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

Shades of Iron #BCCCCC

Tints of Iron #BCCCCC

Color information

#BCCCCC (or 0xBCCCCC) is unknown color: approx 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

RGB188204204-
CMYK0.08000.2
HSL180º13.56%76.86%-
HSV(B)180º7.84%80%-
XYZ53.2358.2465.56-
YUV199.22130.7120-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.54%
GREEN value IS 204 (80.08% from 255) = 34.23%
BLUE value IS 204 (80.08% from 255) = 34.23%
R=31.54%
G=34.23%
B=34.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1882042040.08000.218013.5676.86
HexBCCCCC80014b4e4d
Octal27431431410002426416115
Binary101111001100110011001100100000101001011010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>