#BDB4AB

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

Shades of Tide #BDB4AB

Tints of Tide #BDB4AB

Color information

#BDB4AB (or 0xBDB4AB) is unknown color: approx Tide. HEX triplet: BD, B4 and AB. RGB value is (189,180,171). Sum of RGB (Red+Green+Blue) = 189+180+171=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 180 (70.70% from 255 or 33.33% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB4AB is #424B54. Grayscale: #B5B5B5. Windows color (decimal): -4344661 or 11252925. OLE color: 11252925.

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

Color convert

RGB189180171-
CMYK00.050.100.26
HSL30º12%70.59%-
HSV(B)30º9.52%74.12%-
XYZ44.6646.445.13-
YUV181.66121.98133.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35%
GREEN value IS 180 (70.70% from 255) = 33.33%
BLUE value IS 171 (67.19% from 255) = 31.67%
R=35%
G=33.33%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918017100.050.100.26301270.59
HexBDB4AB05A1A1ec47
Octal2752642530512323614107
Binary10111101101101001010101101011010110101111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB4AB; }

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

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

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

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

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

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

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

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