#BACDD0

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

Shades of Iron #BACDD0

Tints of Iron #BACDD0

Color information

#BACDD0 (or 0xBACDD0) is unknown color: approx Iron. HEX triplet: BA, CD and D0. RGB value is (186,205,208). Sum of RGB (Red+Green+Blue) = 186+205+208=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 205 (80.47% from 255 or 34.22% from 599); Blue value is 208 (81.64% from 255 or 34.72% from 599); Max value from RGB is 208 - color contains mainly: blue. Hex color #BACDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDD0 is #45322F. Grayscale: #C7C7C7. Windows color (decimal): -4534832 or 13684154. OLE color: 13684154.

HSL color Cylindrical-coordinate representation of color #BACDD0: hue angle of 188.18º 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 #BACDD0 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB186205208-
CMYK0.110.0100.18
HSL188.18º18.97%77.25%-
HSV(B)188.18º10.58%81.57%-
XYZ53.4758.6668.18-
YUV199.66132.71118.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.05%
GREEN value IS 205 (80.47% from 255) = 34.22%
BLUE value IS 208 (81.64% from 255) = 34.72%
R=31.05%
G=34.22%
B=34.72%

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
Decimal1862052080.110.0100.18188.1818.9777.25
HexBACDD0B1012bc134d
Octal27231532013102227423115
Binary1011101011001101110100001011101001010111100100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDD0; }

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

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

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

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

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

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

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

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