#BFC7B4

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

Shades of Tasman #BFC7B4

Tints of Tasman #BFC7B4

Color information

#BFC7B4 (or 0xBFC7B4) is unknown color: approx Tasman. HEX triplet: BF, C7 and B4. RGB value is (191,199,180). Sum of RGB (Red+Green+Blue) = 191+199+180=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 199 (78.12% from 255 or 34.91% from 570); Blue value is 180 (70.70% from 255 or 31.58% from 570); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC7B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC7B4 is #40384B. Grayscale: #C2C2C2. Windows color (decimal): -4208716 or 11847615. OLE color: 11847615.

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

Color convert

RGB191199180-
CMYK0.0400.100.22
HSL85.26º14.5%74.31%-
HSV(B)85.26º9.55%78.04%-
XYZ50.1555.2251.2-
YUV194.44119.85125.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.51%
GREEN value IS 199 (78.12% from 255) = 34.91%
BLUE value IS 180 (70.70% from 255) = 31.58%
R=33.51%
G=34.91%
B=31.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911991800.0400.100.2285.2614.574.31
HexBFC7B440A1655f4a
Octal27730726440122612517112
Binary1011111111000111101101001000101010110101010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC7B4; }

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

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

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

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

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

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

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

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