#BCBFB8

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

Shades of Tasman #BCBFB8

Tints of Tasman #BCBFB8

Color information

#BCBFB8 (or 0xBCBFB8) is unknown color: approx Tasman. HEX triplet: BC, BF and B8. RGB value is (188,191,184). Sum of RGB (Red+Green+Blue) = 188+191+184=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 184 (72.27% from 255 or 32.68% from 563); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFB8 is #434047. Grayscale: #BDBDBD. Windows color (decimal): -4407368 or 12107708. OLE color: 12107708.

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

Color convert

RGB188191184-
CMYK0.0200.040.25
HSL85.71º5.19%73.53%-
HSV(B)85.71º3.66%74.9%-
XYZ48.0251.4152.74-
YUV189.3125.01127.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.39%
GREEN value IS 191 (75% from 255) = 33.93%
BLUE value IS 184 (72.27% from 255) = 32.68%
R=33.39%
G=33.93%
B=32.68%

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
Decimal1881911840.0200.040.2585.715.1973.53
HexBCBFB8204195654a
Octal274277270204311265112
Binary1011110010111111101110001001001100110101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBFB8; }

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

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

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

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

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

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

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

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