#BDB5AA

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

Shades of Tide #BDB5AA

Tints of Tide #BDB5AA

Color information

#BDB5AA (or 0xBDB5AA) is unknown color: approx Tide. HEX triplet: BD, B5 and AA. RGB value is (189,181,170). Sum of RGB (Red+Green+Blue) = 189+181+170=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB5AA is #424A55. Grayscale: #B6B6B6. Windows color (decimal): -4344406 or 11187645. OLE color: 11187645.

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

Color convert

RGB189181170-
CMYK00.040.100.26
HSL34.74º12.58%70.39%-
HSV(B)34.74º10.05%74.12%-
XYZ44.7746.7744.7-
YUV182.14121.15132.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35%
GREEN value IS 181 (71.09% from 255) = 33.52%
BLUE value IS 170 (66.80% from 255) = 31.48%
R=35%
G=33.52%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918117000.040.100.2634.7412.5870.39
HexBDB5AA04A1A23d46
Octal2752652520412324315106
Binary101111011011010110101010010010101101010001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB5AA; }

 p { color: rgb(189,181,170); }

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

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

 a { background-color: rgb(189,181,170); }

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

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

 span { border-color: rgb(189,181,170); }

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