#BACDD1

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

Shades of Iron #BACDD1

Tints of Iron #BACDD1

Color information

#BACDD1 (or 0xBACDD1) is unknown color: approx Iron. HEX triplet: BA, CD and D1. RGB value is (186,205,209). Sum of RGB (Red+Green+Blue) = 186+205+209=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 209 (82.03% from 255 or 34.83% from 600); Max value from RGB is 209 - color contains mainly: blue. Hex color #BACDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDD1 is #45322E. Grayscale: #C7C7C7. Windows color (decimal): -4534831 or 13749690. OLE color: 13749690.

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

Color convert

RGB186205209-
CMYK0.110.0200.18
HSL190.43º20%77.45%-
HSV(B)190.43º11%81.96%-
XYZ53.5958.7168.83-
YUV199.77133.21118.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31%
GREEN value IS 205 (80.47% from 255) = 34.17%
BLUE value IS 209 (82.03% from 255) = 34.83%
R=31%
G=34.17%
B=34.83%

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
Decimal1862052090.110.0200.18190.432077.45
HexBACDD1B2012be144d
Octal27231532113202227624115
Binary10111010110011011101000110111001001010111110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDD1; }

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

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

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

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

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

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

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

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