Html Css Color HEX #BCB6AF Tide

📋 copy color: '#BCB6AF'

red 188 ◦ green 182 ◦ blue 175

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

Shades of Tide #BCB6AF

Tints of Tide #BCB6AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.11%

R = 34.5%
G = 33.39%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BCB6AF (or 0xBCB6AF) is known color: Tide. HEX triplet: BC, B6 and AF. RGB value is (188,182,175). Sum of RGB (Red+Green+Blue) = 188+182+175=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 182 (71.48% from 255 or 33.39% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB6AF is #434950. Grayscale: #B7B7B7. Windows color (decimal): -4409681 or 11515580. OLE color: 11515580.

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

Color convert

RGB 188 182 175 -
CMYK 0 0.03 0.07 0.26
HSL 32.31º 0.09% 0.71% -
HSV(B) 32.31º 0.07% 0.74% -
XYZ 45.2 47.24 47.29 -
YUV 183 123.49 131.57 -
System Red Green Blue C M Y K H S L
Decimal 188 182 175 0 0.03 0.07 0.26 32.31 0.09 0.71
Hex BC B6 AF 0 3 7 1A 20 9 47
Octal 274 266 257 0 3 7 32 40 11 107
Binary 10111100 10110110 10101111 0 11 111 11010 100000 1001 1000111

Color Harmonies of #BCB6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB6AF

Black with #BCB6AF

Text Example


Text Example

White with #BCB6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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