Html Css Color HEX #BCB2AD Tide

📋 copy color: '#BCB2AD'

red 188 ◦ green 178 ◦ blue 173

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

Shades of Tide #BCB2AD

Tints of Tide #BCB2AD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.02%

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

R = 34.88%
G = 33.02%
B = 32.1%

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

#BCB2AD (or 0xBCB2AD) is known color: Tide. HEX triplet: BC, B2 and AD. RGB value is (188,178,173). Sum of RGB (Red+Green+Blue) = 188+178+173=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 178 (69.92% from 255 or 33.02% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB2AD is #434D52. Grayscale: #B4B4B4. Windows color (decimal): -4410707 or 11383484. OLE color: 11383484.

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

Color convert

RGB 188 178 173 -
CMYK 0 0.05 0.08 0.26
HSL 20º 0.1% 0.71% -
HSV(B) 20º 0.08% 0.74% -
XYZ 44.2 45.55 46 -
YUV 180.42 123.81 133.41 -
System Red Green Blue C M Y K H S L
Decimal 188 178 173 0 0.05 0.08 0.26 20 0.1 0.71
Hex BC B2 AD 0 5 8 1A 14 A 47
Octal 274 262 255 0 5 10 32 24 12 107
Binary 10111100 10110010 10101101 0 101 1000 11010 10100 1010 1000111

Color Harmonies of #BCB2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB2AD

Black with #BCB2AD

Text Example


Text Example

White with #BCB2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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