#B8BFAF

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

Shades of Tasman #B8BFAF

Tints of Tasman #B8BFAF

Color information

#B8BFAF (or 0xB8BFAF) is unknown color: approx Tasman. HEX triplet: B8, BF and AF. RGB value is (184,191,175). Sum of RGB (Red+Green+Blue) = 184+191+175=550 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.45% from 550); Green value is 191 (75% from 255 or 34.73% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BFAF is #474050. Grayscale: #BBBBBB. Windows color (decimal): -4669521 or 11517880. OLE color: 11517880.

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

Color convert

RGB184191175-
CMYK0.0400.080.25
HSL86.25º11.11%71.76%-
HSV(B)86.25º8.38%74.9%-
XYZ46.1450.5547.88-
YUV187.08121.18125.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.45%
GREEN value IS 191 (75% from 255) = 34.73%
BLUE value IS 175 (68.75% from 255) = 31.82%
R=33.45%
G=34.73%
B=31.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841911750.0400.080.2586.2511.1171.76
HexB8BFAF4081956b48
Octal27027725740103112613110
Binary1011100010111111101011111000100011001101011010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BFAF; }

 p { color: rgb(184,191,175); }

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

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

 a { background-color: rgb(184,191,175); }

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

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

 span { border-color: rgb(184,191,175); }

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