Html Css Color HEX #BCB0AA Tide

📋 copy color: '#BCB0AA'

red 188 ◦ green 176 ◦ blue 170

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

Shades of Tide #BCB0AA

Tints of Tide #BCB0AA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.96%

 BLUE value IS 170 (66.8% from 255) = 31.84%

R = 35.21%
G = 32.96%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BCB0AA (or 0xBCB0AA) is known color: Tide. HEX triplet: BC, B0 and AA. RGB value is (188,176,170). Sum of RGB (Red+Green+Blue) = 188+176+170=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB0AA is #434F55. Grayscale: #B2B2B2. Windows color (decimal): -4411222 or 11186364. OLE color: 11186364.

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

Color convert

RGB 188 176 170 -
CMYK 0 0.06 0.10 0.26
HSL 20º 0.12% 0.7% -
HSV(B) 20º 0.1% 0.74% -
XYZ 43.52 44.64 44.35 -
YUV 178.9 122.98 134.49 -
System Red Green Blue C M Y K H S L
Decimal 188 176 170 0 0.06 0.10 0.26 20 0.12 0.7
Hex BC B0 AA 0 6 A 1A 14 C 46
Octal 274 260 252 0 6 12 32 24 14 106
Binary 10111100 10110000 10101010 0 110 1010 11010 10100 1100 1000110

Color Harmonies of #BCB0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB0AA

Black with #BCB0AA

Text Example


Text Example

White with #BCB0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB0AA; }

 p { color: rgb(188,176,170); }

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

background-color css

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

 a { background-color: rgb(188,176,170); }

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

border-color css

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

 span { border-color: rgb(188,176,170); }

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