#BCCDCD

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

Shades of Iron #BCCDCD

Tints of Iron #BCCDCD

Color information

#BCCDCD (or 0xBCCDCD) is unknown color: approx Iron. HEX triplet: BC, CD and CD. RGB value is (188,205,205). Sum of RGB (Red+Green+Blue) = 188+205+205=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #BCCDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDCD is #433232. Grayscale: #C7C7C7. Windows color (decimal): -4403763 or 13487548. OLE color: 13487548.

HSL color Cylindrical-coordinate representation of color #BCCDCD: hue angle of 180º degrees, saturation: 0.15, 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 #BCCDCD is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188205205-
CMYK0.08000.20
HSL180º14.53%77.06%-
HSV(B)180º8.29%80.39%-
XYZ53.5958.7666.28-
YUV199.92130.87119.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.44%
GREEN value IS 205 (80.47% from 255) = 34.28%
BLUE value IS 205 (80.47% from 255) = 34.28%
R=31.44%
G=34.28%
B=34.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882052050.08000.2018014.5377.06
HexBCCDCD80014b4f4d
Octal27431531510002426417115
Binary101111001100110111001101100000101001011010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCDCD; }

 p { color: rgb(188,205,205); }

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

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

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

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

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

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

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