#BDB2AD

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

Shades of Tide #BDB2AD

Tints of Tide #BDB2AD

Color information

#BDB2AD (or 0xBDB2AD) is unknown color: approx Tide. HEX triplet: BD, B2 and AD. RGB value is (189,178,173). Sum of RGB (Red+Green+Blue) = 189+178+173=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 178 (69.92% from 255 or 32.96% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB2AD is #424D52. Grayscale: #B4B4B4. Windows color (decimal): -4345171 or 11383485. OLE color: 11383485.

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

Color convert

RGB189178173-
CMYK00.060.080.26
HSL18.75º10.81%70.98%-
HSV(B)18.75º8.47%74.12%-
XYZ44.4545.6846.01-
YUV180.72123.64133.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35%
GREEN value IS 178 (69.92% from 255) = 32.96%
BLUE value IS 173 (67.97% from 255) = 32.04%
R=35%
G=32.96%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917817300.060.080.2618.7510.8170.98
HexBDB2AD0681A13b47
Octal2752622550610322313107
Binary10111101101100101010110101101000110101001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB2AD; }

 p { color: rgb(189,178,173); }

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

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

 a { background-color: rgb(189,178,173); }

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

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

 span { border-color: rgb(189,178,173); }

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