Html Css Color HEX #BDB5AD Tide

📋 copy color: '#BDB5AD'

red 189 ◦ green 181 ◦ blue 173

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

Shades of Tide #BDB5AD

Tints of Tide #BDB5AD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.33%

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

R = 34.81%
G = 33.33%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BDB5AD (or 0xBDB5AD) is known color: Tide. HEX triplet: BD, B5 and AD. RGB value is (189,181,173). Sum of RGB (Red+Green+Blue) = 189+181+173=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 181 (71.09% from 255 or 33.33% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB5AD is #424A52. Grayscale: #B6B6B6. Windows color (decimal): -4344403 or 11384253. OLE color: 11384253.

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

Color convert

RGB 189 181 173 -
CMYK 0 0.04 0.08 0.26
HSL 30º 0.11% 0.71% -
HSV(B) 30º 0.08% 0.74% -
XYZ 45.05 46.88 46.21 -
YUV 182.48 122.65 132.65 -
System Red Green Blue C M Y K H S L
Decimal 189 181 173 0 0.04 0.08 0.26 30 0.11 0.71
Hex BD B5 AD 0 4 8 1A 1E B 47
Octal 275 265 255 0 4 10 32 36 13 107
Binary 10111101 10110101 10101101 0 100 1000 11010 11110 1011 1000111

Color Harmonies of #BDB5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB5AD

Black with #BDB5AD

Text Example


Text Example

White with #BDB5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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