#BCCED0

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

Shades of Iron #BCCED0

Tints of Iron #BCCED0

Color information

#BCCED0 (or 0xBCCED0) is unknown color: approx Iron. HEX triplet: BC, CE and D0. RGB value is (188,206,208). Sum of RGB (Red+Green+Blue) = 188+206+208=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 208 - color contains mainly: blue. Hex color #BCCED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCED0 is #43312F. Grayscale: #C8C8C8. Windows color (decimal): -4403504 or 13684412. OLE color: 13684412.

HSL color Cylindrical-coordinate representation of color #BCCED0: hue angle of 186º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCCED0 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188206208-
CMYK0.100.0100.18
HSL186º17.54%77.65%-
HSV(B)186º9.62%81.57%-
XYZ54.259.3968.28-
YUV200.85132.04118.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.23%
GREEN value IS 206 (80.86% from 255) = 34.22%
BLUE value IS 208 (81.64% from 255) = 34.55%
R=31.23%
G=34.22%
B=34.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882062080.100.0100.1818617.5477.65
HexBCCED0A1012ba124e
Octal27431632012102227222116
Binary1011110011001110110100001010101001010111010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCED0; }

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

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

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

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

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

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

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

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