#BFB0A8

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

Shades of Tide #BFB0A8

Tints of Tide #BFB0A8

Color information

#BFB0A8 (or 0xBFB0A8) is unknown color: approx Tide. HEX triplet: BF, B0 and A8. RGB value is (191,176,168). Sum of RGB (Red+Green+Blue) = 191+176+168=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB0A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB0A8 is #404F57. Grayscale: #B3B3B3. Windows color (decimal): -4214616 or 11055295. OLE color: 11055295.

HSL color Cylindrical-coordinate representation of color #BFB0A8: hue angle of 20.87º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFB0A8 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB191176168-
CMYK00.080.120.25
HSL20.87º15.23%70.39%-
HSV(B)20.87º12.04%74.9%-
XYZ44.0844.9543.4-
YUV179.57121.47136.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.70%
GREEN value IS 176 (69.14% from 255) = 32.90%
BLUE value IS 168 (66.02% from 255) = 31.40%
R=35.70%
G=32.90%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117616800.080.120.2520.8715.2370.39
HexBFB0A808C1915f46
Octal27726025001014312517106
Binary101111111011000010101000010001100110011010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB0A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB0A8; }

 p { color: rgb(191,176,168); }

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

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

 a { background-color: rgb(191,176,168); }

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

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

 span { border-color: rgb(191,176,168); }

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