#BDB2AB

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

Shades of Tide #BDB2AB

Tints of Tide #BDB2AB

Color information

#BDB2AB (or 0xBDB2AB) is unknown color: approx Tide. HEX triplet: BD, B2 and AB. RGB value is (189,178,171). Sum of RGB (Red+Green+Blue) = 189+178+171=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB2AB is #424D54. Grayscale: #B4B4B4. Windows color (decimal): -4345173 or 11252413. OLE color: 11252413.

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

Color convert

RGB189178171-
CMYK00.060.100.26
HSL23.33º12%70.59%-
HSV(B)23.33º9.52%74.12%-
XYZ44.2645.645-
YUV180.49122.64134.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.13%
GREEN value IS 178 (69.92% from 255) = 33.09%
BLUE value IS 171 (67.19% from 255) = 31.78%
R=35.13%
G=33.09%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917817100.060.100.2623.331270.59
HexBDB2AB06A1A17c47
Octal2752622530612322714107
Binary10111101101100101010101101101010110101011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB2AB; }

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

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

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

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

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

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

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

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