#BDCACE

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

Shades of Iron #BDCACE

Tints of Iron #BDCACE

Color information

#BDCACE (or 0xBDCACE) is unknown color: approx Iron. HEX triplet: BD, CA and CE. RGB value is (189,202,206). Sum of RGB (Red+Green+Blue) = 189+202+206=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDCACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCACE is #423531. Grayscale: #C6C6C6. Windows color (decimal): -4338994 or 13552317. OLE color: 13552317.

HSL color Cylindrical-coordinate representation of color #BDCACE: hue angle of 194.12º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDCACE is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB189202206-
CMYK0.080.0200.19
HSL194.12º14.78%77.45%-
HSV(B)194.12º8.25%80.78%-
XYZ53.2557.5266.69-
YUV198.57132.19121.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.66%
GREEN value IS 202 (79.30% from 255) = 33.84%
BLUE value IS 206 (80.86% from 255) = 34.51%
R=31.66%
G=33.84%
B=34.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1892022060.080.0200.19194.1214.7877.45
HexBDCACE82013c2f4d
Octal27531231610202330217115
Binary1011110111001010110011101000100100111100001011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCACE; }

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

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

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

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

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

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

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

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