#BDBFB9

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

Shades of Tasman #BDBFB9

Tints of Tasman #BDBFB9

Color information

#BDBFB9 (or 0xBDBFB9) is unknown color: approx Tasman. HEX triplet: BD, BF and B9. RGB value is (189,191,185). Sum of RGB (Red+Green+Blue) = 189+191+185=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFB9 is #424046. Grayscale: #BDBDBD. Windows color (decimal): -4341831 or 12173245. OLE color: 12173245.

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

Color convert

RGB189191185-
CMYK0.0100.030.25
HSL80º4.48%73.73%-
HSV(B)80º3.14%74.9%-
XYZ48.3751.5853.31-
YUV189.72125.34127.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.45%
GREEN value IS 191 (75% from 255) = 33.81%
BLUE value IS 185 (72.66% from 255) = 32.74%
R=33.45%
G=33.81%
B=32.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891911850.0100.030.25804.4873.73
HexBDBFB9103195044a
Octal275277271103311204112
Binary10111101101111111011100110111100110100001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBFB9; }

 p { color: rgb(189,191,185); }

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

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

 a { background-color: rgb(189,191,185); }

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

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

 span { border-color: rgb(189,191,185); }

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