#BCBFB4

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

Shades of Tasman #BCBFB4

Tints of Tasman #BCBFB4

Color information

#BCBFB4 (or 0xBCBFB4) is unknown color: approx Tasman. HEX triplet: BC, BF and B4. RGB value is (188,191,180). Sum of RGB (Red+Green+Blue) = 188+191+180=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 180 (70.70% from 255 or 32.20% from 559); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFB4 is #43404B. Grayscale: #BCBCBC. Windows color (decimal): -4407372 or 11845564. OLE color: 11845564.

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

Color convert

RGB188191180-
CMYK0.0200.060.25
HSL76.36º7.91%72.75%-
HSV(B)76.36º5.76%74.9%-
XYZ47.6151.2550.56-
YUV188.85123.01127.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.63%
GREEN value IS 191 (75% from 255) = 34.17%
BLUE value IS 180 (70.70% from 255) = 32.20%
R=33.63%
G=34.17%
B=32.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881911800.0200.060.2576.367.9172.75
HexBCBFB4206194c849
Octal2742772642063111410111
Binary10111100101111111011010010011011001100110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBFB4; }

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

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

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

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

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

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

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

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