#B1BBC1

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

Shades of Heather #B1BBC1

Tints of Heather #B1BBC1

Color information

#B1BBC1 (or 0xB1BBC1) is unknown color: approx Heather. HEX triplet: B1, BB and C1. RGB value is (177,187,193). Sum of RGB (Red+Green+Blue) = 177+187+193=557 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.78% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 193 - color contains mainly: blue. Hex color #B1BBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BBC1 is #4E443E. Grayscale: #B8B8B8. Windows color (decimal): -5129279 or 12696497. OLE color: 12696497.

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

Color convert

RGB177187193-
CMYK0.080.0300.24
HSL202.5º11.43%72.55%-
HSV(B)202.5º8.29%75.69%-
XYZ45.5348.7457.46-
YUV184.69132.69122.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.78%
GREEN value IS 187 (73.44% from 255) = 33.57%
BLUE value IS 193 (75.78% from 255) = 34.65%
R=31.78%
G=33.57%
B=34.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771871930.080.0300.24202.511.4372.55
HexB1BBC183018cab49
Octal26127330110303031213111
Binary1011000110111011110000011000110110001100101010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BBC1; }

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

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

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

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

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

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

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

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