Html Css Color HEX #BCB5AD Tide

📋 copy color: '#BCB5AD'

red 188 ◦ green 181 ◦ blue 173

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

Shades of Tide #BCB5AD

Tints of Tide #BCB5AD

RGB

 RED value IS 188 (73.83% from 255) = 34.69%

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

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

R = 34.69%
G = 33.39%
B = 31.92%

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

#BCB5AD (or 0xBCB5AD) is known color: Tide. HEX triplet: BC, B5 and AD. RGB value is (188,181,173). Sum of RGB (Red+Green+Blue) = 188+181+173=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 181 (71.09% from 255 or 33.39% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB5AD is #434A52. Grayscale: #B6B6B6. Windows color (decimal): -4409939 or 11384252. OLE color: 11384252.

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

Color convert

RGB 188 181 173 -
CMYK 0 0.04 0.08 0.26
HSL 32º 0.1% 0.71% -
HSV(B) 32º 0.08% 0.74% -
XYZ 44.81 46.76 46.2 -
YUV 182.18 122.82 132.15 -
System Red Green Blue C M Y K H S L
Decimal 188 181 173 0 0.04 0.08 0.26 32 0.1 0.71
Hex BC B5 AD 0 4 8 1A 20 A 47
Octal 274 265 255 0 4 10 32 40 12 107
Binary 10111100 10110101 10101101 0 100 1000 11010 100000 1010 1000111

Color Harmonies of #BCB5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB5AD

Black with #BCB5AD

Text Example


Text Example

White with #BCB5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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