#BFC2BA

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

Shades of Tasman #BFC2BA

Tints of Tasman #BFC2BA

Color information

#BFC2BA (or 0xBFC2BA) is unknown color: approx Tasman. HEX triplet: BF, C2 and BA. RGB value is (191,194,186). Sum of RGB (Red+Green+Blue) = 191+194+186=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC2BA is #403D45. Grayscale: #C0C0C0. Windows color (decimal): -4209990 or 12239551. OLE color: 12239551.

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

Color convert

RGB191194186-
CMYK0.0200.040.24
HSL82.5º6.15%74.51%-
HSV(B)82.5º4.12%76.08%-
XYZ49.6453.2154.11-
YUV192.19124.51127.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.45%
GREEN value IS 194 (76.17% from 255) = 33.98%
BLUE value IS 186 (73.05% from 255) = 32.57%
R=33.45%
G=33.98%
B=32.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911941860.0200.040.2482.56.1574.51
HexBFC2BA204185264b
Octal277302272204301226113
Binary1011111111000010101110101001001100010100101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC2BA; }

 p { color: rgb(191,194,186); }

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

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

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

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

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

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

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