#BBC4B0

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

Shades of Tasman #BBC4B0

Tints of Tasman #BBC4B0

Color information

#BBC4B0 (or 0xBBC4B0) is unknown color: approx Tasman. HEX triplet: BB, C4 and B0. RGB value is (187,196,176). Sum of RGB (Red+Green+Blue) = 187+196+176=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 196 (76.95% from 255 or 35.06% from 559); Blue value is 176 (69.14% from 255 or 31.48% from 559); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC4B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC4B0 is #443B4F. Grayscale: #BFBFBF. Windows color (decimal): -4471632 or 11584699. OLE color: 11584699.

HSL color Cylindrical-coordinate representation of color #BBC4B0: hue angle of 87º 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 #BBC4B0 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB187196176-
CMYK0.0500.100.23
HSL87º14.49%72.94%-
HSV(B)87º10.2%76.86%-
XYZ48.0753.1848.81-
YUV191.03119.52125.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.45%
GREEN value IS 196 (76.95% from 255) = 35.06%
BLUE value IS 176 (69.14% from 255) = 31.48%
R=33.45%
G=35.06%
B=31.48%

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
Decimal1871961760.0500.100.238714.4972.94
HexBBC4B050A1757e49
Octal27330426050122712716111
Binary1011101111000100101100001010101010111101011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC4B0; }

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

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

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

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

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

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

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

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