#BDB7B0

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

Shades of Tide #BDB7B0

Tints of Tide #BDB7B0

Color information

#BDB7B0 (or 0xBDB7B0) is unknown color: approx Tide. HEX triplet: BD, B7 and B0. RGB value is (189,183,176). Sum of RGB (Red+Green+Blue) = 189+183+176=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 183 (71.88% from 255 or 33.39% from 548); Blue value is 176 (69.14% from 255 or 32.12% from 548); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB7B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB7B0 is #42484F. Grayscale: #B8B8B8. Windows color (decimal): -4343888 or 11581373. OLE color: 11581373.

HSL color Cylindrical-coordinate representation of color #BDB7B0: hue angle of 32.31º 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 #BDB7B0 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB189183176-
CMYK00.030.070.26
HSL32.31º8.97%71.57%-
HSV(B)32.31º6.88%74.12%-
XYZ45.7647.8247.89-
YUV184123.49131.57-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918317600.030.070.2632.318.9771.57
HexBDB7B00371A20948
Octal275267260037324011110
Binary1011110110110111101100000111111101010000010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB7B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB7B0; }

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

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

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

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

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

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

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

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