#B1BEC1

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

Shades of Heather #B1BEC1

Tints of Heather #B1BEC1

Color information

#B1BEC1 (or 0xB1BEC1) is unknown color: approx Heather. HEX triplet: B1, BE and C1. RGB value is (177,190,193). Sum of RGB (Red+Green+Blue) = 177+190+193=560 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.61% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 193 - color contains mainly: blue. Hex color #B1BEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BEC1 is #4E413E. Grayscale: #BABABA. Windows color (decimal): -5128511 or 12697265. OLE color: 12697265.

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

Color convert

RGB177190193-
CMYK0.080.0200.24
HSL191.25º11.43%72.55%-
HSV(B)191.25º8.29%75.69%-
XYZ46.1750.0257.67-
YUV186.46131.69121.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.61%
GREEN value IS 190 (74.61% from 255) = 33.93%
BLUE value IS 193 (75.78% from 255) = 34.46%
R=31.61%
G=33.93%
B=34.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771901930.080.0200.24191.2511.4372.55
HexB1BEC182018bfb49
Octal26127630110203027713111
Binary1011000110111110110000011000100110001011111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BEC1; }

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

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

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

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

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

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

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

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