#B8C2AD

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

Shades of Tasman #B8C2AD

Tints of Tasman #B8C2AD

Color information

#B8C2AD (or 0xB8C2AD) is unknown color: approx Tasman. HEX triplet: B8, C2 and AD. RGB value is (184,194,173). Sum of RGB (Red+Green+Blue) = 184+194+173=551 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.39% from 551); Green value is 194 (76.17% from 255 or 35.21% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C2AD is #473D52. Grayscale: #BCBCBC. Windows color (decimal): -4668755 or 11387576. OLE color: 11387576.

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

Color convert

RGB184194173-
CMYK0.0500.110.24
HSL88.57º14.69%71.96%-
HSV(B)88.57º10.82%76.08%-
XYZ46.651.7947.08-
YUV188.62119.19124.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.39%
GREEN value IS 194 (76.17% from 255) = 35.21%
BLUE value IS 173 (67.97% from 255) = 31.40%
R=33.39%
G=35.21%
B=31.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1841941730.0500.110.2488.5714.6971.96
HexB8C2AD50B1859f48
Octal27030225550133013117110
Binary1011100011000010101011011010101111000101100111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C2AD; }

 p { color: rgb(184,194,173); }

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

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

 a { background-color: rgb(184,194,173); }

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

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

 span { border-color: rgb(184,194,173); }

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