#BFC2B9

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

Shades of Tasman #BFC2B9

Tints of Tasman #BFC2B9

Color information

#BFC2B9 (or 0xBFC2B9) is unknown color: approx Tasman. HEX triplet: BF, C2 and B9. RGB value is (191,194,185). Sum of RGB (Red+Green+Blue) = 191+194+185=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 185 (72.66% from 255 or 32.46% from 570); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC2B9 is #403D46. Grayscale: #C0C0C0. Windows color (decimal): -4209991 or 12174015. OLE color: 12174015.

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

Color convert

RGB191194185-
CMYK0.0200.050.24
HSL80º6.87%74.31%-
HSV(B)80º4.64%76.08%-
XYZ49.5353.1653.55-
YUV192.08124.01127.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.51%
GREEN value IS 194 (76.17% from 255) = 34.04%
BLUE value IS 185 (72.66% from 255) = 32.46%
R=33.51%
G=34.04%
B=32.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911941850.0200.050.24806.8774.31
HexBFC2B9205185074a
Octal277302271205301207112
Binary1011111111000010101110011001011100010100001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC2B9; }

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

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

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

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

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

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

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

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