#BFB2AB

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

Shades of Tide #BFB2AB

Tints of Tide #BFB2AB

Color information

#BFB2AB (or 0xBFB2AB) is unknown color: approx Tide. HEX triplet: BF, B2 and AB. RGB value is (191,178,171). Sum of RGB (Red+Green+Blue) = 191+178+171=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 178 (69.92% from 255 or 32.96% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB2AB is #404D54. Grayscale: #B5B5B5. Windows color (decimal): -4214101 or 11252415. OLE color: 11252415.

HSL color Cylindrical-coordinate representation of color #BFB2AB: hue angle of 21º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFB2AB is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB191178171-
CMYK00.070.100.25
HSL21º13.51%70.98%-
HSV(B)21º10.47%74.9%-
XYZ44.7645.8645.02-
YUV181.09122.31135.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.37%
GREEN value IS 178 (69.92% from 255) = 32.96%
BLUE value IS 171 (67.19% from 255) = 31.67%
R=35.37%
G=32.96%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117817100.070.100.252113.5170.98
HexBFB2AB07A1915e47
Octal2772622530712312516107
Binary10111111101100101010101101111010110011010111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB2AB; }

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

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

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

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

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

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

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

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