#B7BEAF

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

Shades of Tasman #B7BEAF

Tints of Tasman #B7BEAF

Color information

#B7BEAF (or 0xB7BEAF) is unknown color: approx Tasman. HEX triplet: B7, BE and AF. RGB value is (183,190,175). Sum of RGB (Red+Green+Blue) = 183+190+175=548 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.39% from 548); Green value is 190 (74.61% from 255 or 34.67% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 190 - color contains mainly: green. Hex color #B7BEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BEAF is #484150. Grayscale: #BABABA. Windows color (decimal): -4735313 or 11517623. OLE color: 11517623.

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

Color convert

RGB183190175-
CMYK0.0400.080.25
HSL88º10.34%71.57%-
HSV(B)88º7.89%74.51%-
XYZ45.6849.9947.8-
YUV186.2121.68125.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.39%
GREEN value IS 190 (74.61% from 255) = 34.67%
BLUE value IS 175 (68.75% from 255) = 31.93%
R=33.39%
G=34.67%
B=31.93%

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
Decimal1831901750.0400.080.258810.3471.57
HexB7BEAF4081958a48
Octal26727625740103113012110
Binary1011011110111110101011111000100011001101100010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BEAF; }

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

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

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

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

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

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

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

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