#BDB7AF

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

Shades of Tide #BDB7AF

Tints of Tide #BDB7AF

Color information

#BDB7AF (or 0xBDB7AF) is unknown color: approx Tide. HEX triplet: BD, B7 and AF. RGB value is (189,183,175). Sum of RGB (Red+Green+Blue) = 189+183+175=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 183 (71.88% from 255 or 33.46% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB7AF is #424850. Grayscale: #B7B7B7. Windows color (decimal): -4343889 or 11515837. OLE color: 11515837.

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

Color convert

RGB189183175-
CMYK00.030.070.26
HSL34.29º9.59%71.37%-
HSV(B)34.29º7.41%74.12%-
XYZ45.6647.7847.37-
YUV183.88122.99131.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.55%
GREEN value IS 183 (71.88% from 255) = 33.46%
BLUE value IS 175 (68.75% from 255) = 31.99%
R=34.55%
G=33.46%
B=31.99%

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
Decimal18918317500.030.070.2634.299.5971.37
HexBDB7AF0371A22a47
Octal275267257037324212107
Binary1011110110110111101011110111111101010001010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB7AF; }

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

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

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

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

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

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

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

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