Html Css Color HEX #BDB4AD Tide

📋 copy color: '#BDB4AD'

red 189 ◦ green 180 ◦ blue 173

#BDB4AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tide #BDB4AD

Tints of Tide #BDB4AD

RGB

 RED value IS 189 (74.22% from 255) = 34.87%

 GREEN value IS 180 (70.7% from 255) = 33.21%

 BLUE value IS 173 (67.97% from 255) = 31.92%

R = 34.87%
G = 33.21%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BDB4AD (or 0xBDB4AD) is known color: Tide. HEX triplet: BD, B4 and AD. RGB value is (189,180,173). Sum of RGB (Red+Green+Blue) = 189+180+173=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 180 (70.70% from 255 or 33.21% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB4AD is #424B52. Grayscale: #B5B5B5. Windows color (decimal): -4344659 or 11383997. OLE color: 11383997.

HSL color Cylindrical-coordinate representation of color #BDB4AD: hue angle of 26.25º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDB4AD is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 180 173 -
CMYK 0 0.05 0.08 0.26
HSL 26.25º 0.11% 0.71% -
HSV(B) 26.25º 0.08% 0.74% -
XYZ 44.85 46.48 46.14 -
YUV 181.89 122.98 133.07 -
System Red Green Blue C M Y K H S L
Decimal 189 180 173 0 0.05 0.08 0.26 26.25 0.11 0.71
Hex BD B4 AD 0 5 8 1A 1A B 47
Octal 275 264 255 0 5 10 32 32 13 107
Binary 10111101 10110100 10101101 0 101 1000 11010 11010 1011 1000111

Color Harmonies of #BDB4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB4AD

Black with #BDB4AD

Text Example


Text Example

White with #BDB4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB4AD; }

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

 H1.HeaderClassName
 {
   color: #BDB4AD;
 }
 .AnyTagClassName
 {
   color: #BDB4AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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