#B1BCA6

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

Shades of Tasman #B1BCA6

Tints of Tasman #B1BCA6

Color information

#B1BCA6 (or 0xB1BCA6) is unknown color: approx Tasman. HEX triplet: B1, BC and A6. RGB value is (177,188,166). Sum of RGB (Red+Green+Blue) = 177+188+166=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 166 (65.23% from 255 or 31.26% from 531); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BCA6 is #4E4359. Grayscale: #B6B6B6. Windows color (decimal): -5129050 or 10927281. OLE color: 10927281.

HSL color Cylindrical-coordinate representation of color #B1BCA6: hue angle of 90º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1BCA6 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB177188166-
CMYK0.0600.120.26
HSL90º14.1%69.41%-
HSV(B)90º11.7%73.73%-
XYZ4348.0743.09-
YUV182.2118.86124.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.33%
GREEN value IS 188 (73.83% from 255) = 35.40%
BLUE value IS 166 (65.23% from 255) = 31.26%
R=33.33%
G=35.40%
B=31.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771881660.0600.120.269014.169.41
HexB1BCA660C1A5ae45
Octal26127424660143213216105
Binary1011000110111100101001101100110011010101101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BCA6; }

 p { color: rgb(177,188,166); }

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

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

 a { background-color: rgb(177,188,166); }

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

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

 span { border-color: rgb(177,188,166); }

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