Html Css Color HEX #BCB2A7 Tide

📋 copy color: '#BCB2A7'

red 188 ◦ green 178 ◦ blue 167

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

Shades of Tide #BCB2A7

Tints of Tide #BCB2A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 31.33%

R = 35.27%
G = 33.4%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BCB2A7 (or 0xBCB2A7) is known color: Tide. HEX triplet: BC, B2 and A7. RGB value is (188,178,167). Sum of RGB (Red+Green+Blue) = 188+178+167=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 167 (65.62% from 255 or 31.33% from 533); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB2A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB2A7 is #434D58. Grayscale: #B3B3B3. Windows color (decimal): -4410713 or 10990268. OLE color: 10990268.

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

Color convert

RGB 188 178 167 -
CMYK 0 0.05 0.11 0.26
HSL 31.43º 0.14% 0.7% -
HSV(B) 31.43º 0.11% 0.74% -
XYZ 43.63 45.32 43.01 -
YUV 179.74 120.81 133.89 -
System Red Green Blue C M Y K H S L
Decimal 188 178 167 0 0.05 0.11 0.26 31.43 0.14 0.7
Hex BC B2 A7 0 5 B 1A 1F E 46
Octal 274 262 247 0 5 13 32 37 16 106
Binary 10111100 10110010 10100111 0 101 1011 11010 11111 1110 1000110

Color Harmonies of #BCB2A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB2A7

Black with #BCB2A7

Text Example


Text Example

White with #BCB2A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB2A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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