#B0BCBF

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

Shades of Heather #B0BCBF

Tints of Heather #B0BCBF

Color information

#B0BCBF (or 0xB0BCBF) is unknown color: approx Heather. HEX triplet: B0, BC and BF. RGB value is (176,188,191). Sum of RGB (Red+Green+Blue) = 176+188+191=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 191 - color contains mainly: blue. Hex color #B0BCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BCBF is #4F4340. Grayscale: #B8B8B8. Windows color (decimal): -5194561 or 12565680. OLE color: 12565680.

HSL color Cylindrical-coordinate representation of color #B0BCBF: hue angle of 192º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B0BCBF is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB176188191-
CMYK0.080.0200.25
HSL192º10.49%71.96%-
HSV(B)192º7.85%74.9%-
XYZ45.2948.9656.35-
YUV184.75131.52121.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.71%
GREEN value IS 188 (73.83% from 255) = 33.87%
BLUE value IS 191 (75% from 255) = 34.41%
R=31.71%
G=33.87%
B=34.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761881910.080.0200.2519210.4971.96
HexB0BCBF82019c0a48
Octal26027427710203130012110
Binary1011000010111100101111111000100110011100000010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BCBF; }

 p { color: rgb(176,188,191); }

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

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

 a { background-color: rgb(176,188,191); }

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

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

 span { border-color: rgb(176,188,191); }

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