#B1B8C1

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

Shades of Heather #B1B8C1

Tints of Heather #B1B8C1

Color information

#B1B8C1 (or 0xB1B8C1) is unknown color: approx Heather. HEX triplet: B1, B8 and C1. RGB value is (177,184,193). Sum of RGB (Red+Green+Blue) = 177+184+193=554 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.95% from 554); Green value is 184 (72.27% from 255 or 33.21% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 193 - color contains mainly: blue. Hex color #B1B8C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1B8C1 is #4E473E. Grayscale: #B6B6B6. Windows color (decimal): -5130047 or 12695729. OLE color: 12695729.

HSL color Cylindrical-coordinate representation of color #B1B8C1: hue angle of 213.75º 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 #B1B8C1 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB177184193-
CMYK0.080.0500.24
HSL213.75º11.43%72.55%-
HSV(B)213.75º8.29%75.69%-
XYZ44.947.4857.25-
YUV182.93133.68123.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.95%
GREEN value IS 184 (72.27% from 255) = 33.21%
BLUE value IS 193 (75.78% from 255) = 34.84%
R=31.95%
G=33.21%
B=34.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771841930.080.0500.24213.7511.4372.55
HexB1B8C185018d6b49
Octal26127030110503032613111
Binary10110001101110001100000110001010110001101011010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B8C1; }

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

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

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

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

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

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

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

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