#BACED2

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

Shades of Iron #BACED2

Tints of Iron #BACED2

Color information

#BACED2 (or 0xBACED2) is unknown color: approx Iron. HEX triplet: BA, CE and D2. RGB value is (186,206,210). Sum of RGB (Red+Green+Blue) = 186+206+210=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 210 - color contains mainly: blue. Hex color #BACED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACED2 is #45312D. Grayscale: #C8C8C8. Windows color (decimal): -4534574 or 13815482. OLE color: 13815482.

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

Color convert

RGB186206210-
CMYK0.110.0200.18
HSL190º21.05%77.65%-
HSV(B)190º11.43%82.35%-
XYZ53.9559.2369.56-
YUV200.48133.37117.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.90%
GREEN value IS 206 (80.86% from 255) = 34.22%
BLUE value IS 210 (82.42% from 255) = 34.88%
R=30.90%
G=34.22%
B=34.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862062100.110.0200.1819021.0577.65
HexBACED2B2012be154e
Octal27231632213202227625116
Binary10111010110011101101001010111001001010111110101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACED2; }

 p { color: rgb(186,206,210); }

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

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

 a { background-color: rgb(186,206,210); }

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

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

 span { border-color: rgb(186,206,210); }

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