#BFC3B6

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

Shades of Tasman #BFC3B6

Tints of Tasman #BFC3B6

Color information

#BFC3B6 (or 0xBFC3B6) is unknown color: approx Tasman. HEX triplet: BF, C3 and B6. RGB value is (191,195,182). Sum of RGB (Red+Green+Blue) = 191+195+182=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 195 (76.56% from 255 or 34.33% from 568); Blue value is 182 (71.48% from 255 or 32.04% from 568); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC3B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC3B6 is #403C49. Grayscale: #C0C0C0. Windows color (decimal): -4209738 or 11977663. OLE color: 11977663.

HSL color Cylindrical-coordinate representation of color #BFC3B6: hue angle of 78.46º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFC3B6 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB191195182-
CMYK0.0200.070.24
HSL78.46º9.77%73.92%-
HSV(B)78.46º6.67%76.47%-
XYZ49.4453.4851.97-
YUV192.32122.17127.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.63%
GREEN value IS 195 (76.56% from 255) = 34.33%
BLUE value IS 182 (71.48% from 255) = 32.04%
R=33.63%
G=34.33%
B=32.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911951820.0200.070.2478.469.7773.92
HexBFC3B6207184ea4a
Octal2773032662073011612112
Binary10111111110000111011011010011111000100111010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC3B6; }

 p { color: rgb(191,195,182); }

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

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

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

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

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

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

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