#BFC3BA

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

Shades of Tasman #BFC3BA

Tints of Tasman #BFC3BA

Color information

#BFC3BA (or 0xBFC3BA) is unknown color: approx Tasman. HEX triplet: BF, C3 and BA. RGB value is (191,195,186). Sum of RGB (Red+Green+Blue) = 191+195+186=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 195 (76.56% from 255 or 34.09% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC3BA is #403C45. Grayscale: #C0C0C0. Windows color (decimal): -4209734 or 12239807. OLE color: 12239807.

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

Color convert

RGB191195186-
CMYK0.0200.050.24
HSL86.67º6.98%74.71%-
HSV(B)86.67º4.62%76.47%-
XYZ49.8653.6554.18-
YUV192.78124.17126.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.39%
GREEN value IS 195 (76.56% from 255) = 34.09%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=33.39%
G=34.09%
B=32.52%

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
Decimal1911951860.0200.050.2486.676.9874.71
HexBFC3BA205185774b
Octal277303272205301277113
Binary1011111111000011101110101001011100010101111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC3BA; }

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

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

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

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

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

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

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

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