#BDB2A5

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

Shades of Tide #BDB2A5

Tints of Tide #BDB2A5

Color information

#BDB2A5 (or 0xBDB2A5) is unknown color: approx Tide. HEX triplet: BD, B2 and A5. RGB value is (189,178,165). Sum of RGB (Red+Green+Blue) = 189+178+165=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 165 (64.84% from 255 or 31.02% from 532); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB2A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB2A5 is #424D5A. Grayscale: #B3B3B3. Windows color (decimal): -4345179 or 10859197. OLE color: 10859197.

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

Color convert

RGB189178165-
CMYK00.060.130.26
HSL32.5º15.38%69.41%-
HSV(B)32.5º12.7%74.12%-
XYZ43.745.3842.05-
YUV179.81119.64134.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.53%
GREEN value IS 178 (69.92% from 255) = 33.46%
BLUE value IS 165 (64.84% from 255) = 31.02%
R=35.53%
G=33.46%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917816500.060.130.2632.515.3869.41
HexBDB2A506D1A21f45
Octal2752622450615324117105
Binary101111011011001010100101011011011101010000111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB2A5; }

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

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

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

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

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

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

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

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