#B8BEAF

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

Shades of Tasman #B8BEAF

Tints of Tasman #B8BEAF

Color information

#B8BEAF (or 0xB8BEAF) is unknown color: approx Tasman. HEX triplet: B8, BE and AF. RGB value is (184,190,175). Sum of RGB (Red+Green+Blue) = 184+190+175=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 190 - color contains mainly: green. Hex color #B8BEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BEAF is #474150. Grayscale: #BABABA. Windows color (decimal): -4669777 or 11517624. OLE color: 11517624.

HSL color Cylindrical-coordinate representation of color #B8BEAF: hue angle of 84º degrees, saturation: 0.1, 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 #B8BEAF is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB184190175-
CMYK0.0300.080.25
HSL84º10.34%71.57%-
HSV(B)84º7.89%74.51%-
XYZ45.9250.1147.81-
YUV186.5121.51126.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.52%
GREEN value IS 190 (74.61% from 255) = 34.61%
BLUE value IS 175 (68.75% from 255) = 31.88%
R=33.52%
G=34.61%
B=31.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841901750.0300.080.258410.3471.57
HexB8BEAF3081954a48
Octal27027625730103112412110
Binary101110001011111010101111110100011001101010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BEAF; }

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

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

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

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

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

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

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

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