#BBC6AF

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

Shades of Tasman #BBC6AF

Tints of Tasman #BBC6AF

Color information

#BBC6AF (or 0xBBC6AF) is unknown color: approx Tasman. HEX triplet: BB, C6 and AF. RGB value is (187,198,175). Sum of RGB (Red+Green+Blue) = 187+198+175=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC6AF is #443950. Grayscale: #C0C0C0. Windows color (decimal): -4471121 or 11519675. OLE color: 11519675.

HSL color Cylindrical-coordinate representation of color #BBC6AF: hue angle of 88.7º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBC6AF is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB187198175-
CMYK0.0600.120.22
HSL88.7º16.79%73.14%-
HSV(B)88.7º11.62%77.65%-
XYZ48.4354.0548.44-
YUV192.09118.36124.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.39%
GREEN value IS 198 (77.73% from 255) = 35.36%
BLUE value IS 175 (68.75% from 255) = 31.25%
R=33.39%
G=35.36%
B=31.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871981750.0600.120.2288.716.7973.14
HexBBC6AF60C16591149
Octal27330625760142613121111
Binary10111011110001101010111111001100101101011001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC6AF; }

 p { color: rgb(187,198,175); }

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

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

 a { background-color: rgb(187,198,175); }

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

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

 span { border-color: rgb(187,198,175); }

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