#BFC5B6

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

Shades of Tasman #BFC5B6

Tints of Tasman #BFC5B6

Color information

#BFC5B6 (or 0xBFC5B6) is unknown color: approx Tasman. HEX triplet: BF, C5 and B6. RGB value is (191,197,182). Sum of RGB (Red+Green+Blue) = 191+197+182=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 182 (71.48% from 255 or 31.93% from 570); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC5B6 is #403A49. Grayscale: #C1C1C1. Windows color (decimal): -4209226 or 11978175. OLE color: 11978175.

HSL color Cylindrical-coordinate representation of color #BFC5B6: hue angle of 84º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFC5B6 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB191197182-
CMYK0.0300.080.23
HSL84º11.45%74.31%-
HSV(B)84º7.61%77.25%-
XYZ49.954.3952.12-
YUV193.5121.51126.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.51%
GREEN value IS 197 (77.34% from 255) = 34.56%
BLUE value IS 182 (71.48% from 255) = 31.93%
R=33.51%
G=34.56%
B=31.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911971820.0300.080.238411.4574.31
HexBFC5B63081754b4a
Octal27730526630102712413112
Binary101111111100010110110110110100010111101010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC5B6; }

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

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

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

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

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

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

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

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