#BACED0

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

Shades of Iron #BACED0

Tints of Iron #BACED0

Color information

#BACED0 (or 0xBACED0) is unknown color: approx Iron. HEX triplet: BA, CE and D0. RGB value is (186,206,208). Sum of RGB (Red+Green+Blue) = 186+206+208=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 208 - color contains mainly: blue. Hex color #BACED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACED0 is #45312F. Grayscale: #C8C8C8. Windows color (decimal): -4534576 or 13684410. OLE color: 13684410.

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

Color convert

RGB186206208-
CMYK0.110.0100.18
HSL185.45º18.97%77.25%-
HSV(B)185.45º10.58%81.57%-
XYZ53.7159.1468.26-
YUV200.25132.37117.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31%
GREEN value IS 206 (80.86% from 255) = 34.33%
BLUE value IS 208 (81.64% from 255) = 34.67%
R=31%
G=34.33%
B=34.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862062080.110.0100.18185.4518.9777.25
HexBACED0B1012b9134d
Octal27231632013102227123115
Binary1011101011001110110100001011101001010111001100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACED0; }

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

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

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

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

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

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

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

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