#BACED3

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

Shades of Iron #BACED3

Tints of Iron #BACED3

Color information

#BACED3 (or 0xBACED3) is unknown color: approx Iron. HEX triplet: BA, CE and D3. RGB value is (186,206,211). Sum of RGB (Red+Green+Blue) = 186+206+211=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 206 (80.86% from 255 or 34.16% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 211 - color contains mainly: blue. Hex color #BACED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACED3 is #45312C. Grayscale: #C8C8C8. Windows color (decimal): -4534573 or 13881018. OLE color: 13881018.

HSL color Cylindrical-coordinate representation of color #BACED3: hue angle of 192º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BACED3 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB186206211-
CMYK0.120.0200.17
HSL192º22.12%77.84%-
HSV(B)192º11.85%82.75%-
XYZ54.0859.2870.22-
YUV200.59133.87117.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.85%
GREEN value IS 206 (80.86% from 255) = 34.16%
BLUE value IS 211 (82.81% from 255) = 34.99%
R=30.85%
G=34.16%
B=34.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1862062110.120.0200.1719222.1277.84
HexBACED3C2011c0164e
Octal27231632314202130026116
Binary10111010110011101101001111001001000111000000101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACED3; }

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

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

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

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

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

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

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

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