#BFC2BB

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

Shades of Tasman #BFC2BB

Tints of Tasman #BFC2BB

Color information

#BFC2BB (or 0xBFC2BB) is unknown color: approx Tasman. HEX triplet: BF, C2 and BB. RGB value is (191,194,187). Sum of RGB (Red+Green+Blue) = 191+194+187=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC2BB is #403D44. Grayscale: #C0C0C0. Windows color (decimal): -4209989 or 12305087. OLE color: 12305087.

HSL color Cylindrical-coordinate representation of color #BFC2BB: hue angle of 85.71º degrees, saturation: 0.05, 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 #BFC2BB is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB191194187-
CMYK0.0200.040.24
HSL85.71º5.43%74.71%-
HSV(B)85.71º3.61%76.08%-
XYZ49.7553.2554.67-
YUV192.3125.01127.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.39%
GREEN value IS 194 (76.17% from 255) = 33.92%
BLUE value IS 187 (73.44% from 255) = 32.69%
R=33.39%
G=33.92%
B=32.69%

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
Decimal1911941870.0200.040.2485.715.4374.71
HexBFC2BB204185654b
Octal277302273204301265113
Binary1011111111000010101110111001001100010101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC2BB; }

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

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

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

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

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

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

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

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