#BDB1AB

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

Shades of Tide #BDB1AB

Tints of Tide #BDB1AB

Color information

#BDB1AB (or 0xBDB1AB) is unknown color: approx Tide. HEX triplet: BD, B1 and AB. RGB value is (189,177,171). Sum of RGB (Red+Green+Blue) = 189+177+171=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 177 (69.53% from 255 or 32.96% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB1AB is #424E54. Grayscale: #B3B3B3. Windows color (decimal): -4345429 or 11252157. OLE color: 11252157.

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

Color convert

RGB189177171-
CMYK00.060.100.26
HSL20º12%70.59%-
HSV(B)20º9.52%74.12%-
XYZ44.0645.244.93-
YUV179.9122.98134.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.20%
GREEN value IS 177 (69.53% from 255) = 32.96%
BLUE value IS 171 (67.19% from 255) = 31.84%
R=35.20%
G=32.96%
B=31.84%

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
Decimal18917717100.060.100.26201270.59
HexBDB1AB06A1A14c47
Octal2752612530612322414107
Binary10111101101100011010101101101010110101010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB1AB; }

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

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

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

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

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

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

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

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