#B1BCC2

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

Shades of Heather #B1BCC2

Tints of Heather #B1BCC2

Color information

#B1BCC2 (or 0xB1BCC2) is unknown color: approx Heather. HEX triplet: B1, BC and C2. RGB value is (177,188,194). Sum of RGB (Red+Green+Blue) = 177+188+194=559 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.66% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 194 (76.17% from 255 or 34.70% from 559); Max value from RGB is 194 - color contains mainly: blue. Hex color #B1BCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BCC2 is #4E433D. Grayscale: #B9B9B9. Windows color (decimal): -5129022 or 12762289. OLE color: 12762289.

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

Color convert

RGB177188194-
CMYK0.090.0300.24
HSL201.18º12.23%72.75%-
HSV(B)201.18º8.76%76.08%-
XYZ45.8549.2158.12-
YUV185.4132.86122.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.66%
GREEN value IS 188 (73.83% from 255) = 33.63%
BLUE value IS 194 (76.17% from 255) = 34.70%
R=31.66%
G=33.63%
B=34.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771881940.090.0300.24201.1812.2372.75
HexB1BCC293018c9c49
Octal26127430211303031114111
Binary1011000110111100110000101001110110001100100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BCC2; }

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

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

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

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

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

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

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

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