#BFCACD

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

Shades of Iron #BFCACD

Tints of Iron #BFCACD

Color information

#BFCACD (or 0xBFCACD) is unknown color: approx Iron. HEX triplet: BF, CA and CD. RGB value is (191,202,205). Sum of RGB (Red+Green+Blue) = 191+202+205=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 205 - color contains mainly: blue. Hex color #BFCACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCACD is #403532. Grayscale: #C7C7C7. Windows color (decimal): -4207923 or 13486783. OLE color: 13486783.

HSL color Cylindrical-coordinate representation of color #BFCACD: hue angle of 192.86º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFCACD is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB191202205-
CMYK0.070.0100.20
HSL192.86º12.28%77.65%-
HSV(B)192.86º6.83%80.39%-
XYZ53.6357.7366.07-
YUV199.05131.36122.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.94%
GREEN value IS 202 (79.30% from 255) = 33.78%
BLUE value IS 205 (80.47% from 255) = 34.28%
R=31.94%
G=33.78%
B=34.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912022050.070.0100.20192.8612.2877.65
HexBFCACD71014c1c4e
Octal2773123157102430114116
Binary10111111110010101100110111110101001100000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCACD; }

 p { color: rgb(191,202,205); }

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

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

 a { background-color: rgb(191,202,205); }

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

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

 span { border-color: rgb(191,202,205); }

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