#BFCCD0

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

Shades of Iron #BFCCD0

Tints of Iron #BFCCD0

Color information

#BFCCD0 (or 0xBFCCD0) is unknown color: approx Iron. HEX triplet: BF, CC and D0. RGB value is (191,204,208). Sum of RGB (Red+Green+Blue) = 191+204+208=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFCCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCD0 is #40332F. Grayscale: #C8C8C8. Windows color (decimal): -4207408 or 13683903. OLE color: 13683903.

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

Color convert

RGB191204208-
CMYK0.080.0200.18
HSL194.12º15.32%78.24%-
HSV(B)194.12º8.17%81.57%-
XYZ54.4658.8268.16-
YUV200.57132.19121.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.67%
GREEN value IS 204 (80.08% from 255) = 33.83%
BLUE value IS 208 (81.64% from 255) = 34.49%
R=31.67%
G=33.83%
B=34.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1912042080.080.0200.18194.1215.3278.24
HexBFCCD082012c2f4e
Octal27731432010202230217116
Binary1011111111001100110100001000100100101100001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCCD0; }

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

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

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

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

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

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

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

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