Html Css Color HEX #BCB2AA Tide

📋 copy color: '#BCB2AA'

red 188 ◦ green 178 ◦ blue 170

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

Shades of Tide #BCB2AA

Tints of Tide #BCB2AA

RGB

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

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

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

R = 35.07%
G = 33.21%
B = 31.72%

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

#BCB2AA (or 0xBCB2AA) is known color: Tide. HEX triplet: BC, B2 and AA. RGB value is (188,178,170). Sum of RGB (Red+Green+Blue) = 188+178+170=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 178 (69.92% from 255 or 33.21% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB2AA is #434D55. Grayscale: #B4B4B4. Windows color (decimal): -4410710 or 11186876. OLE color: 11186876.

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

Color convert

RGB 188 178 170 -
CMYK 0 0.05 0.10 0.26
HSL 26.67º 0.12% 0.7% -
HSV(B) 26.67º 0.1% 0.74% -
XYZ 43.92 45.43 44.49 -
YUV 180.08 122.31 133.65 -
System Red Green Blue C M Y K H S L
Decimal 188 178 170 0 0.05 0.10 0.26 26.67 0.12 0.7
Hex BC B2 AA 0 5 A 1A 1B C 46
Octal 274 262 252 0 5 12 32 33 14 106
Binary 10111100 10110010 10101010 0 101 1010 11010 11011 1100 1000110

Color Harmonies of #BCB2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB2AA

Black with #BCB2AA

Text Example


Text Example

White with #BCB2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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