#BFC4B5

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

Shades of Tasman #BFC4B5

Tints of Tasman #BFC4B5

Color information

#BFC4B5 (or 0xBFC4B5) is unknown color: approx Tasman. HEX triplet: BF, C4 and B5. RGB value is (191,196,181). Sum of RGB (Red+Green+Blue) = 191+196+181=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 196 (76.95% from 255 or 34.51% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC4B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC4B5 is #403B4A. Grayscale: #C0C0C0. Windows color (decimal): -4209483 or 11912383. OLE color: 11912383.

HSL color Cylindrical-coordinate representation of color #BFC4B5: hue angle of 80º degrees, saturation: 0.11, 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 #BFC4B5 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB191196181-
CMYK0.0300.080.23
HSL80º11.28%73.92%-
HSV(B)80º7.65%76.86%-
XYZ49.5753.8951.51-
YUV192.8121.34126.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.63%
GREEN value IS 196 (76.95% from 255) = 34.51%
BLUE value IS 181 (71.09% from 255) = 31.87%
R=33.63%
G=34.51%
B=31.87%

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
Decimal1911961810.0300.080.238011.2873.92
HexBFC4B53081750b4a
Octal27730426530102712013112
Binary101111111100010010110101110100010111101000010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC4B5; }

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

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

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

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

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

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

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

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