#BCCDCC

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

Shades of Iron #BCCDCC

Tints of Iron #BCCDCC

Color information

#BCCDCC (or 0xBCCDCC) is unknown color: approx Iron. HEX triplet: BC, CD and CC. RGB value is (188,205,204). Sum of RGB (Red+Green+Blue) = 188+205+204=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDCC is #433233. Grayscale: #C7C7C7. Windows color (decimal): -4403764 or 13422012. OLE color: 13422012.

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

Color convert

RGB188205204-
CMYK0.0800.000.20
HSL176.47º14.53%77.06%-
HSV(B)176.47º8.29%80.39%-
XYZ53.4758.7165.64-
YUV199.8130.37119.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.49%
GREEN value IS 205 (80.47% from 255) = 34.34%
BLUE value IS 204 (80.08% from 255) = 34.17%
R=31.49%
G=34.34%
B=34.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882052040.0800.000.20176.4714.5377.06
HexBCCDCC80014b0f4d
Octal27431531410002426017115
Binary101111001100110111001100100000101001011000011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCDCC; }

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

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

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

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

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

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

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

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