#BBC1B3

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

Shades of Tasman #BBC1B3

Tints of Tasman #BBC1B3

Color information

#BBC1B3 (or 0xBBC1B3) is unknown color: approx Tasman. HEX triplet: BB, C1 and B3. RGB value is (187,193,179). Sum of RGB (Red+Green+Blue) = 187+193+179=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 179 (70.31% from 255 or 32.02% from 559); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC1B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1B3 is #443E4C. Grayscale: #BDBDBD. Windows color (decimal): -4472397 or 11780539. OLE color: 11780539.

HSL color Cylindrical-coordinate representation of color #BBC1B3: hue angle of 85.71º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBC1B3 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB187193179-
CMYK0.0300.070.24
HSL85.71º10.14%72.94%-
HSV(B)85.71º7.25%75.69%-
XYZ47.751.9650.16-
YUV189.61122.01126.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.45%
GREEN value IS 193 (75.78% from 255) = 34.53%
BLUE value IS 179 (70.31% from 255) = 32.02%
R=33.45%
G=34.53%
B=32.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871931790.0300.070.2485.7110.1472.94
HexBBC1B33071856a49
Octal2733012633073012612111
Binary10111011110000011011001111011111000101011010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC1B3; }

 p { color: rgb(187,193,179); }

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

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

 a { background-color: rgb(187,193,179); }

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

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

 span { border-color: rgb(187,193,179); }

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