#B7BDB0

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

Shades of Tasman #B7BDB0

Tints of Tasman #B7BDB0

Color information

#B7BDB0 (or 0xB7BDB0) is unknown color: approx Tasman. HEX triplet: B7, BD and B0. RGB value is (183,189,176). Sum of RGB (Red+Green+Blue) = 183+189+176=548 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.39% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 176 (69.14% from 255 or 32.12% from 548); Max value from RGB is 189 - color contains mainly: green. Hex color #B7BDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BDB0 is #48424F. Grayscale: #B9B9B9. Windows color (decimal): -4735568 or 11582903. OLE color: 11582903.

HSL color Cylindrical-coordinate representation of color #B7BDB0: hue angle of 87.69º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B7BDB0 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB183189176-
CMYK0.0300.070.26
HSL87.69º8.97%71.57%-
HSV(B)87.69º6.88%74.12%-
XYZ45.5649.648.25-
YUV185.72122.51126.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.39%
GREEN value IS 189 (74.22% from 255) = 34.49%
BLUE value IS 176 (69.14% from 255) = 32.12%
R=33.39%
G=34.49%
B=32.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831891760.0300.070.2687.698.9771.57
HexB7BDB03071A58948
Octal2672752603073213011110
Binary10110111101111011011000011011111010101100010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BDB0; }

 p { color: rgb(183,189,176); }

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

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

 a { background-color: rgb(183,189,176); }

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

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

 span { border-color: rgb(183,189,176); }

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