#BFCDD0

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

Shades of Iron #BFCDD0

Tints of Iron #BFCDD0

Color information

#BFCDD0 (or 0xBFCDD0) is unknown color: approx Iron. HEX triplet: BF, CD and D0. RGB value is (191,205,208). Sum of RGB (Red+Green+Blue) = 191+205+208=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 208 (81.64% from 255 or 34.44% from 604); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFCDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDD0 is #40322F. Grayscale: #C9C9C9. Windows color (decimal): -4207152 or 13684159. OLE color: 13684159.

HSL color Cylindrical-coordinate representation of color #BFCDD0: hue angle of 190.59º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFCDD0 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB191205208-
CMYK0.080.0100.18
HSL190.59º15.32%78.24%-
HSV(B)190.59º8.17%81.57%-
XYZ54.759.2968.24-
YUV201.16131.86120.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.62%
GREEN value IS 205 (80.47% from 255) = 33.94%
BLUE value IS 208 (81.64% from 255) = 34.44%
R=31.62%
G=33.94%
B=34.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1912052080.080.0100.18190.5915.3278.24
HexBFCDD081012bff4e
Octal27731532010102227717116
Binary101111111100110111010000100010100101011111111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCDD0; }

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

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

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

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

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

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

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

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