#BFC4B4

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

Shades of Tasman #BFC4B4

Tints of Tasman #BFC4B4

Color information

#BFC4B4 (or 0xBFC4B4) is unknown color: approx Tasman. HEX triplet: BF, C4 and B4. RGB value is (191,196,180). Sum of RGB (Red+Green+Blue) = 191+196+180=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 196 (76.95% from 255 or 34.57% from 567); Blue value is 180 (70.70% from 255 or 31.75% from 567); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC4B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC4B4 is #403B4B. Grayscale: #C0C0C0. Windows color (decimal): -4209484 or 11846847. OLE color: 11846847.

HSL color Cylindrical-coordinate representation of color #BFC4B4: hue angle of 78.75º degrees, saturation: 0.12, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFC4B4 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB191196180-
CMYK0.0300.080.23
HSL78.75º11.94%73.73%-
HSV(B)78.75º8.16%76.86%-
XYZ49.4653.8550.97-
YUV192.68120.84126.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.69%
GREEN value IS 196 (76.95% from 255) = 34.57%
BLUE value IS 180 (70.70% from 255) = 31.75%
R=33.69%
G=34.57%
B=31.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911961800.0300.080.2378.7511.9473.73
HexBFC4B4308174fc4a
Octal27730426430102711714112
Binary101111111100010010110100110100010111100111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC4B4; }

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

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

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

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

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

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

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

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