#BDCAC9

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

Shades of Iron #BDCAC9

Tints of Iron #BDCAC9

Color information

#BDCAC9 (or 0xBDCAC9) is unknown color: approx Iron. HEX triplet: BD, CA and C9. RGB value is (189,202,201). Sum of RGB (Red+Green+Blue) = 189+202+201=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 201 (78.91% from 255 or 33.95% from 592); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCAC9 is #423536. Grayscale: #C5C5C5. Windows color (decimal): -4338999 or 13224637. OLE color: 13224637.

HSL color Cylindrical-coordinate representation of color #BDCAC9: hue angle of 175.38º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDCAC9 is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB189202201-
CMYK0.0600.000.21
HSL175.38º10.92%76.67%-
HSV(B)175.38º6.44%79.22%-
XYZ52.6557.2863.54-
YUV198129.69121.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.93%
GREEN value IS 202 (79.30% from 255) = 34.12%
BLUE value IS 201 (78.91% from 255) = 33.95%
R=31.93%
G=34.12%
B=33.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892022010.0600.000.21175.3810.9276.67
HexBDCAC960015afb4d
Octal2753123116002525713115
Binary10111101110010101100100111000101011010111110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCAC9; }

 p { color: rgb(189,202,201); }

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

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

 a { background-color: rgb(189,202,201); }

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

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

 span { border-color: rgb(189,202,201); }

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