#BCBFB7

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

Shades of Tasman #BCBFB7

Tints of Tasman #BCBFB7

Color information

#BCBFB7 (or 0xBCBFB7) is unknown color: approx Tasman. HEX triplet: BC, BF and B7. RGB value is (188,191,183). Sum of RGB (Red+Green+Blue) = 188+191+183=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBFB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFB7 is #434048. Grayscale: #BDBDBD. Windows color (decimal): -4407369 or 12042172. OLE color: 12042172.

HSL color Cylindrical-coordinate representation of color #BCBFB7: hue angle of 82.5º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BCBFB7 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB188191183-
CMYK0.0200.040.25
HSL82.5º5.88%73.33%-
HSV(B)82.5º4.19%74.9%-
XYZ47.9251.3752.19-
YUV189.19124.51127.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.45%
GREEN value IS 191 (75% from 255) = 33.99%
BLUE value IS 183 (71.88% from 255) = 32.56%
R=33.45%
G=33.99%
B=32.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881911830.0200.040.2582.55.8873.33
HexBCBFB72041952649
Octal274277267204311226111
Binary1011110010111111101101111001001100110100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBFB7; }

 p { color: rgb(188,191,183); }

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

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

 a { background-color: rgb(188,191,183); }

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

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

 span { border-color: rgb(188,191,183); }

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