#BBC4B1

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

Shades of Tasman #BBC4B1

Tints of Tasman #BBC4B1

Color information

#BBC4B1 (or 0xBBC4B1) is unknown color: approx Tasman. HEX triplet: BB, C4 and B1. RGB value is (187,196,177). Sum of RGB (Red+Green+Blue) = 187+196+177=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 196 (76.95% from 255 or 35% from 560); Blue value is 177 (69.53% from 255 or 31.61% from 560); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC4B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC4B1 is #443B4E. Grayscale: #BFBFBF. Windows color (decimal): -4471631 or 11650235. OLE color: 11650235.

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

Color convert

RGB187196177-
CMYK0.0500.100.23
HSL88.42º13.87%73.14%-
HSV(B)88.42º9.69%76.86%-
XYZ48.1753.2249.33-
YUV191.14120.02125.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.39%
GREEN value IS 196 (76.95% from 255) = 35%
BLUE value IS 177 (69.53% from 255) = 31.61%
R=33.39%
G=35%
B=31.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871961770.0500.100.2388.4213.8773.14
HexBBC4B150A1758e49
Octal27330426150122713016111
Binary1011101111000100101100011010101010111101100011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC4B1; }

 p { color: rgb(187,196,177); }

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

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

 a { background-color: rgb(187,196,177); }

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

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

 span { border-color: rgb(187,196,177); }

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