#B7BCAC

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

Shades of Tasman #B7BCAC

Tints of Tasman #B7BCAC

Color information

#B7BCAC (or 0xB7BCAC) is unknown color: approx Tasman. HEX triplet: B7, BC and AC. RGB value is (183,188,172). Sum of RGB (Red+Green+Blue) = 183+188+172=543 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.70% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BCAC is #484353. Grayscale: #B8B8B8. Windows color (decimal): -4735828 or 11320503. OLE color: 11320503.

HSL color Cylindrical-coordinate representation of color #B7BCAC: hue angle of 78.75º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B7BCAC is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB183188172-
CMYK0.0300.090.26
HSL78.75º10.67%70.59%-
HSV(B)78.75º8.51%73.73%-
XYZ44.9649.0146.12-
YUV184.68120.84126.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.70%
GREEN value IS 188 (73.83% from 255) = 34.62%
BLUE value IS 172 (67.58% from 255) = 31.68%
R=33.70%
G=34.62%
B=31.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831881720.0300.090.2678.7510.6770.59
HexB7BCAC3091A4fb47
Octal26727425430113211713107
Binary101101111011110010101100110100111010100111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BCAC; }

 p { color: rgb(183,188,172); }

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

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

 a { background-color: rgb(183,188,172); }

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

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

 span { border-color: rgb(183,188,172); }

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