#BFCDCE

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

Shades of Iron #BFCDCE

Tints of Iron #BFCDCE

Color information

#BFCDCE (or 0xBFCDCE) is unknown color: approx Iron. HEX triplet: BF, CD and CE. RGB value is (191,205,206). Sum of RGB (Red+Green+Blue) = 191+205+206=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFCDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDCE is #403231. Grayscale: #C8C8C8. Windows color (decimal): -4207154 or 13553087. OLE color: 13553087.

HSL color Cylindrical-coordinate representation of color #BFCDCE: hue angle of 184º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFCDCE is Cyan = 0.07, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB191205206-
CMYK0.070.0000.19
HSL184º13.27%77.84%-
HSV(B)184º7.28%80.78%-
XYZ54.4659.266.95-
YUV200.93130.86120.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.73%
GREEN value IS 205 (80.47% from 255) = 34.05%
BLUE value IS 206 (80.86% from 255) = 34.22%
R=31.73%
G=34.05%
B=34.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912052060.070.0000.1918413.2777.84
HexBFCDCE70013b8d4e
Octal2773153167002327015116
Binary10111111110011011100111011100100111011100011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCDCE; }

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

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

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

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

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

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

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

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