#B7C1AD

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

Shades of Tasman #B7C1AD

Tints of Tasman #B7C1AD

Color information

#B7C1AD (or 0xB7C1AD) is unknown color: approx Tasman. HEX triplet: B7, C1 and AD. RGB value is (183,193,173). Sum of RGB (Red+Green+Blue) = 183+193+173=549 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.33% from 549); Green value is 193 (75.78% from 255 or 35.15% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 193 - color contains mainly: green. Hex color #B7C1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C1AD is #483E52. Grayscale: #BBBBBB. Windows color (decimal): -4734547 or 11387319. OLE color: 11387319.

HSL color Cylindrical-coordinate representation of color #B7C1AD: hue angle of 90º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7C1AD is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB183193173-
CMYK0.0500.100.24
HSL90º13.89%71.76%-
HSV(B)90º10.36%75.69%-
XYZ46.1451.2246.99-
YUV187.73119.69124.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.33%
GREEN value IS 193 (75.78% from 255) = 35.15%
BLUE value IS 173 (67.97% from 255) = 31.51%
R=33.33%
G=35.15%
B=31.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831931730.0500.100.249013.8971.76
HexB7C1AD50A185ae48
Octal26730125550123013216110
Binary1011011111000001101011011010101011000101101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C1AD; }

 p { color: rgb(183,193,173); }

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

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

 a { background-color: rgb(183,193,173); }

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

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

 span { border-color: rgb(183,193,173); }

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