#B8C3AA

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

Shades of Tasman #B8C3AA

Tints of Tasman #B8C3AA

Color information

#B8C3AA (or 0xB8C3AA) is unknown color: approx Tasman. HEX triplet: B8, C3 and AA. RGB value is (184,195,170). Sum of RGB (Red+Green+Blue) = 184+195+170=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C3AA is #473C55. Grayscale: #BCBCBC. Windows color (decimal): -4668502 or 11191224. OLE color: 11191224.

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

Color convert

RGB184195170-
CMYK0.0600.130.24
HSL86.4º17.24%71.57%-
HSV(B)86.4º12.82%76.47%-
XYZ46.5452.1245.64-
YUV188.86117.36124.53-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.52%
GREEN value IS 195 (76.56% from 255) = 35.52%
BLUE value IS 170 (66.80% from 255) = 30.97%
R=33.52%
G=35.52%
B=30.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1841951700.0600.130.2486.417.2471.57
HexB8C3AA60D18561148
Octal27030325260153012621110
Binary10111000110000111010101011001101110001010110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C3AA; }

 p { color: rgb(184,195,170); }

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

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

 a { background-color: rgb(184,195,170); }

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

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

 span { border-color: rgb(184,195,170); }

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