Html Css Color HEX #BCB6B1 Tide

📋 copy color: '#BCB6B1'

red 188 ◦ green 182 ◦ blue 177

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

Shades of Tide #BCB6B1

Tints of Tide #BCB6B1

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.27%

 BLUE value IS 177 (69.53% from 255) = 32.36%

R = 34.37%
G = 33.27%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BCB6B1 (or 0xBCB6B1) is known color: Tide. HEX triplet: BC, B6 and B1. RGB value is (188,182,177). Sum of RGB (Red+Green+Blue) = 188+182+177=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 182 (71.48% from 255 or 33.27% from 547); Blue value is 177 (69.53% from 255 or 32.36% from 547); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB6B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB6B1 is #43494E. Grayscale: #B7B7B7. Windows color (decimal): -4409679 or 11646652. OLE color: 11646652.

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

Color convert

RGB 188 182 177 -
CMYK 0 0.03 0.06 0.26
HSL 27.27º 0.08% 0.72% -
HSV(B) 27.27º 0.06% 0.74% -
XYZ 45.4 47.32 48.34 -
YUV 183.22 124.49 131.41 -
System Red Green Blue C M Y K H S L
Decimal 188 182 177 0 0.03 0.06 0.26 27.27 0.08 0.72
Hex BC B6 B1 0 3 6 1A 1B 8 48
Octal 274 266 261 0 3 6 32 33 10 110
Binary 10111100 10110110 10110001 0 11 110 11010 11011 1000 1001000

Color Harmonies of #BCB6B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB6B1

Black with #BCB6B1

Text Example


Text Example

White with #BCB6B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB6B1; }

 p { color: rgb(188,182,177); }

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

background-color css

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

 a { background-color: rgb(188,182,177); }

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

border-color css

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

 span { border-color: rgb(188,182,177); }

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