#BFCBCB

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

Shades of Iron #BFCBCB

Tints of Iron #BFCBCB

Color information

#BFCBCB (or 0xBFCBCB) is unknown color: approx Iron. HEX triplet: BF, CB and CB. RGB value is (191,203,203). Sum of RGB (Red+Green+Blue) = 191+203+203=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #BFCBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCBCB is #403434. Grayscale: #C7C7C7. Windows color (decimal): -4207669 or 13355967. OLE color: 13355967.

HSL color Cylindrical-coordinate representation of color #BFCBCB: hue angle of 180º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFCBCB is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB191203203-
CMYK0.06000.20
HSL180º10.34%77.25%-
HSV(B)180º5.91%79.61%-
XYZ53.6258.164.89-
YUV199.41130.02122-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.99%
GREEN value IS 203 (79.69% from 255) = 34.00%
BLUE value IS 203 (79.69% from 255) = 34.00%
R=31.99%
G=34.00%
B=34.00%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912032030.06000.2018010.3477.25
HexBFCBCB60014b4a4d
Octal2773133136002426412115
Binary10111111110010111100101111000101001011010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCBCB; }

 p { color: rgb(191,203,203); }

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

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

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

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

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

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

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