#BCCDCE

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

Shades of Iron #BCCDCE

Tints of Iron #BCCDCE

Color information

#BCCDCE (or 0xBCCDCE) is unknown color: approx Iron. HEX triplet: BC, CD and CE. RGB value is (188,205,206). Sum of RGB (Red+Green+Blue) = 188+205+206=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 205 (80.47% from 255 or 34.22% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCCDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDCE is #433231. Grayscale: #C8C8C8. Windows color (decimal): -4403762 or 13553084. OLE color: 13553084.

HSL color Cylindrical-coordinate representation of color #BCCDCE: hue angle of 183.33º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCCDCE is Cyan = 0.09, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB188205206-
CMYK0.090.0000.19
HSL183.33º15.52%77.25%-
HSV(B)183.33º8.74%80.78%-
XYZ53.7158.8166.91-
YUV200.03131.37119.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.39%
GREEN value IS 205 (80.47% from 255) = 34.22%
BLUE value IS 206 (80.86% from 255) = 34.39%
R=31.39%
G=34.22%
B=34.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882052060.090.0000.19183.3315.5277.25
HexBCCDCE90013b7104d
Octal27431531611002326720115
Binary1011110011001101110011101001001001110110111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCDCE; }

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

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

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

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

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

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

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

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