Html Css Color HEX #BCB3A9 Tide

📋 copy color: '#BCB3A9'

red 188 ◦ green 179 ◦ blue 169

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

Shades of Tide #BCB3A9

Tints of Tide #BCB3A9

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.4%

 BLUE value IS 169 (66.41% from 255) = 31.53%

R = 35.07%
G = 33.4%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BCB3A9 (or 0xBCB3A9) is known color: Tide. HEX triplet: BC, B3 and A9. RGB value is (188,179,169). Sum of RGB (Red+Green+Blue) = 188+179+169=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 179 (70.31% from 255 or 33.40% from 536); Blue value is 169 (66.41% from 255 or 31.53% from 536); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB3A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB3A9 is #434C56. Grayscale: #B4B4B4. Windows color (decimal): -4410455 or 11121596. OLE color: 11121596.

HSL color Cylindrical-coordinate representation of color #BCB3A9: hue angle of 31.58º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCB3A9 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 179 169 -
CMYK 0 0.05 0.10 0.26
HSL 31.58º 0.12% 0.7% -
HSV(B) 31.58º 0.1% 0.74% -
XYZ 44.02 45.8 44.06 -
YUV 180.55 121.48 133.31 -
System Red Green Blue C M Y K H S L
Decimal 188 179 169 0 0.05 0.10 0.26 31.58 0.12 0.7
Hex BC B3 A9 0 5 A 1A 20 C 46
Octal 274 263 251 0 5 12 32 40 14 106
Binary 10111100 10110011 10101001 0 101 1010 11010 100000 1100 1000110

Color Harmonies of #BCB3A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB3A9

Black with #BCB3A9

Text Example


Text Example

White with #BCB3A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB3A9; }

 p { color: rgb(188,179,169); }

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

background-color css

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

 a { background-color: rgb(188,179,169); }

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

border-color css

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

 span { border-color: rgb(188,179,169); }

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