#B3BCBE

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

Shades of Heather #B3BCBE

Tints of Heather #B3BCBE

Color information

#B3BCBE (or 0xB3BCBE) is unknown color: approx Heather. HEX triplet: B3, BC and BE. RGB value is (179,188,190). Sum of RGB (Red+Green+Blue) = 179+188+190=557 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.14% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 190 - color contains mainly: blue. Hex color #B3BCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BCBE is #4C4341. Grayscale: #B9B9B9. Windows color (decimal): -4997954 or 12500147. OLE color: 12500147.

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

Color convert

RGB179188190-
CMYK0.060.0100.25
HSL190.91º7.8%72.35%-
HSV(B)190.91º5.79%74.51%-
XYZ45.8749.2755.81-
YUV185.54130.52123.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.14%
GREEN value IS 188 (73.83% from 255) = 33.75%
BLUE value IS 190 (74.61% from 255) = 34.11%
R=32.14%
G=33.75%
B=34.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791881900.060.0100.25190.917.872.35
HexB3BCBE61019bf848
Octal2632742766103127710110
Binary10110011101111001011111011010110011011111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BCBE; }

 p { color: rgb(179,188,190); }

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

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

 a { background-color: rgb(179,188,190); }

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

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

 span { border-color: rgb(179,188,190); }

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