#B7BEAE

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

Shades of Tasman #B7BEAE

Tints of Tasman #B7BEAE

Color information

#B7BEAE (or 0xB7BEAE) is unknown color: approx Tasman. HEX triplet: B7, BE and AE. RGB value is (183,190,174). Sum of RGB (Red+Green+Blue) = 183+190+174=547 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.46% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 190 - color contains mainly: green. Hex color #B7BEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BEAE is #484151. Grayscale: #BABABA. Windows color (decimal): -4735314 or 11452087. OLE color: 11452087.

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

Color convert

RGB183190174-
CMYK0.0400.080.25
HSL86.25º10.96%71.37%-
HSV(B)86.25º8.42%74.51%-
XYZ45.5849.9547.28-
YUV186.08121.18125.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.46%
GREEN value IS 190 (74.61% from 255) = 34.73%
BLUE value IS 174 (68.36% from 255) = 31.81%
R=33.46%
G=34.73%
B=31.81%

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
Decimal1831901740.0400.080.2586.2510.9671.37
HexB7BEAE4081956b47
Octal26727625640103112613107
Binary1011011110111110101011101000100011001101011010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BEAE; }

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

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

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

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

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

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

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

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