#BFC8CA

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

Shades of Iron #BFC8CA

Tints of Iron #BFC8CA

Color information

#BFC8CA (or 0xBFC8CA) is unknown color: approx Iron. HEX triplet: BF, C8 and CA. RGB value is (191,200,202). Sum of RGB (Red+Green+Blue) = 191+200+202=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 200 (78.52% from 255 or 33.73% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFC8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC8CA is #403735. Grayscale: #C5C5C5. Windows color (decimal): -4208438 or 13289663. OLE color: 13289663.

HSL color Cylindrical-coordinate representation of color #BFC8CA: hue angle of 190.91º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFC8CA is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB191200202-
CMYK0.050.0100.21
HSL190.91º9.4%77.06%-
HSV(B)190.91º5.45%79.22%-
XYZ52.856.6564.03-
YUV197.54130.52123.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.21%
GREEN value IS 200 (78.52% from 255) = 33.73%
BLUE value IS 202 (79.30% from 255) = 34.06%
R=32.21%
G=33.73%
B=34.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912002020.050.0100.21190.919.477.06
HexBFC8CA51015bf94d
Octal2773103125102527711115
Binary10111111110010001100101010110101011011111110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC8CA; }

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

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

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

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

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

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

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

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