#BFB7B2

Color #BFB7B2 Tide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tide #BFB7B2

Tints of Tide #BFB7B2

Color information

#BFB7B2 (or 0xBFB7B2) is unknown color: approx Tide. HEX triplet: BF, B7 and B2. RGB value is (191,183,178). Sum of RGB (Red+Green+Blue) = 191+183+178=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 183 (71.88% from 255 or 33.15% from 552); Blue value is 178 (69.92% from 255 or 32.25% from 552); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB7B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB7B2 is #40484D. Grayscale: #B8B8B8. Windows color (decimal): -4212814 or 11712447. OLE color: 11712447.

HSL color Cylindrical-coordinate representation of color #BFB7B2: hue angle of 23.08º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFB7B2 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB191183178-
CMYK00.040.070.25
HSL23.08º9.22%72.35%-
HSV(B)23.08º6.81%74.9%-
XYZ46.4648.1648.97-
YUV184.82124.15132.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.60%
GREEN value IS 183 (71.88% from 255) = 33.15%
BLUE value IS 178 (69.92% from 255) = 32.25%
R=34.60%
G=33.15%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118317800.040.070.2523.089.2272.35
HexBFB7B20471917948
Octal277267262047312711110
Binary1011111110110111101100100100111110011011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB7B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB7B2; }

 p { color: rgb(191,183,178); }

 H1.HeaderClassName
 {
   color: #BFB7B2;
 }
 .AnyTagClassName
 {
   color: #BFB7B2;
 }
</style>
background-color css

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

 a { background-color: rgb(191,183,178); }

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

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

 span { border-color: rgb(191,183,178); }

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