#BBC0B3

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

Shades of Tasman #BBC0B3

Tints of Tasman #BBC0B3

Color information

#BBC0B3 (or 0xBBC0B3) is unknown color: approx Tasman. HEX triplet: BB, C0 and B3. RGB value is (187,192,179). Sum of RGB (Red+Green+Blue) = 187+192+179=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 179 (70.31% from 255 or 32.08% from 558); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC0B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0B3 is #443F4C. Grayscale: #BDBDBD. Windows color (decimal): -4472653 or 11780283. OLE color: 11780283.

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

Color convert

RGB187192179-
CMYK0.0300.070.25
HSL83.08º9.35%72.75%-
HSV(B)83.08º6.77%75.29%-
XYZ47.4851.5250.09-
YUV189.02122.34126.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.51%
GREEN value IS 192 (75.39% from 255) = 34.41%
BLUE value IS 179 (70.31% from 255) = 32.08%
R=33.51%
G=34.41%
B=32.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871921790.0300.070.2583.089.3572.75
HexBBC0B33071953949
Octal2733002633073112311111
Binary10111011110000001011001111011111001101001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC0B3; }

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

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

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

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

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

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

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

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