#BFC8B4

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

Shades of Tasman #BFC8B4

Tints of Tasman #BFC8B4

Color information

#BFC8B4 (or 0xBFC8B4) is unknown color: approx Tasman. HEX triplet: BF, C8 and B4. RGB value is (191,200,180). Sum of RGB (Red+Green+Blue) = 191+200+180=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 180 (70.70% from 255 or 31.52% from 571); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC8B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC8B4 is #40374B. Grayscale: #C3C3C3. Windows color (decimal): -4208460 or 11847871. OLE color: 11847871.

HSL color Cylindrical-coordinate representation of color #BFC8B4: hue angle of 87º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFC8B4 is Cyan = 0.04, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.22.

Color convert

RGB191200180-
CMYK0.0400.10.22
HSL87º15.38%74.51%-
HSV(B)87º10%78.43%-
XYZ50.3855.6851.27-
YUV195.03119.52125.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.45%
GREEN value IS 200 (78.52% from 255) = 35.03%
BLUE value IS 180 (70.70% from 255) = 31.52%
R=33.45%
G=35.03%
B=31.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1912001800.0400.10.228715.3874.51
HexBFC8B440A1657f4b
Octal27731026440122612717113
Binary1011111111001000101101001000101010110101011111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC8B4; }

 p { color: rgb(191,200,180); }

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

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

 a { background-color: rgb(191,200,180); }

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

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

 span { border-color: rgb(191,200,180); }

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