#BACCD0

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

Shades of Iron #BACCD0

Tints of Iron #BACCD0

Color information

#BACCD0 (or 0xBACCD0) is unknown color: approx Iron. HEX triplet: BA, CC and D0. RGB value is (186,204,208). Sum of RGB (Red+Green+Blue) = 186+204+208=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 208 - color contains mainly: blue. Hex color #BACCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCD0 is #45332F. Grayscale: #C7C7C7. Windows color (decimal): -4535088 or 13683898. OLE color: 13683898.

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

Color convert

RGB186204208-
CMYK0.110.0200.18
HSL190.91º18.97%77.25%-
HSV(B)190.91º10.58%81.57%-
XYZ53.2358.1868.1-
YUV199.07133.04118.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.10%
GREEN value IS 204 (80.08% from 255) = 34.11%
BLUE value IS 208 (81.64% from 255) = 34.78%
R=31.10%
G=34.11%
B=34.78%

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
Decimal1862042080.110.0200.18190.9118.9777.25
HexBACCD0B2012bf134d
Octal27231432013202227723115
Binary10111010110011001101000010111001001010111111100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACCD0; }

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

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

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

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

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

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

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

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