#BFCCD1

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

Shades of Iron #BFCCD1

Tints of Iron #BFCCD1

Color information

#BFCCD1 (or 0xBFCCD1) is unknown color: approx Iron. HEX triplet: BF, CC and D1. RGB value is (191,204,209). Sum of RGB (Red+Green+Blue) = 191+204+209=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 209 (82.03% from 255 or 34.60% from 604); Max value from RGB is 209 - color contains mainly: blue. Hex color #BFCCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCD1 is #40332E. Grayscale: #C8C8C8. Windows color (decimal): -4207407 or 13749439. OLE color: 13749439.

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

Color convert

RGB191204209-
CMYK0.090.0200.18
HSL196.67º16.36%78.43%-
HSV(B)196.67º8.61%81.96%-
XYZ54.5958.8768.81-
YUV200.68132.69121.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.62%
GREEN value IS 204 (80.08% from 255) = 33.77%
BLUE value IS 209 (82.03% from 255) = 34.60%
R=31.62%
G=33.77%
B=34.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1912042090.090.0200.18196.6716.3678.43
HexBFCCD192012c5104e
Octal27731432111202230520116
Binary10111111110011001101000110011001001011000101100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCCD1; }

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

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

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

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

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

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

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

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