#B8C5AB

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

Shades of Tasman #B8C5AB

Tints of Tasman #B8C5AB

Color information

#B8C5AB (or 0xB8C5AB) is unknown color: approx Tasman. HEX triplet: B8, C5 and AB. RGB value is (184,197,171). Sum of RGB (Red+Green+Blue) = 184+197+171=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 197 - color contains mainly: green. Hex color #B8C5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C5AB is #473A54. Grayscale: #BEBEBE. Windows color (decimal): -4667989 or 11257272. OLE color: 11257272.

HSL color Cylindrical-coordinate representation of color #B8C5AB: hue angle of 90º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B8C5AB is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB184197171-
CMYK0.0700.130.23
HSL90º18.31%72.16%-
HSV(B)90º13.2%77.25%-
XYZ47.0853.0646.29-
YUV190.15117.19123.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.33%
GREEN value IS 197 (77.34% from 255) = 35.69%
BLUE value IS 171 (67.19% from 255) = 30.98%
R=33.33%
G=35.69%
B=30.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1841971710.0700.130.239018.3172.16
HexB8C5AB70D175a1248
Octal27030525370152713222110
Binary10111000110001011010101111101101101111011010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C5AB; }

 p { color: rgb(184,197,171); }

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

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

 a { background-color: rgb(184,197,171); }

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

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

 span { border-color: rgb(184,197,171); }

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