Html Css Color HEX #BCB2AC Tide

📋 copy color: '#BCB2AC'

red 188 ◦ green 178 ◦ blue 172

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

Shades of Tide #BCB2AC

Tints of Tide #BCB2AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.97%

R = 34.94%
G = 33.09%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BCB2AC (or 0xBCB2AC) is known color: Tide. HEX triplet: BC, B2 and AC. RGB value is (188,178,172). Sum of RGB (Red+Green+Blue) = 188+178+172=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB2AC is #434D53. Grayscale: #B4B4B4. Windows color (decimal): -4410708 or 11317948. OLE color: 11317948.

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

Color convert

RGB 188 178 172 -
CMYK 0 0.05 0.09 0.26
HSL 22.5º 0.11% 0.71% -
HSV(B) 22.5º 0.09% 0.74% -
XYZ 44.11 45.51 45.49 -
YUV 180.31 123.31 133.49 -
System Red Green Blue C M Y K H S L
Decimal 188 178 172 0 0.05 0.09 0.26 22.5 0.11 0.71
Hex BC B2 AC 0 5 9 1A 16 B 47
Octal 274 262 254 0 5 11 32 26 13 107
Binary 10111100 10110010 10101100 0 101 1001 11010 10110 1011 1000111

Color Harmonies of #BCB2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB2AC

Black with #BCB2AC

Text Example


Text Example

White with #BCB2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB2AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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