#B3BFC2

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

Shades of Heather #B3BFC2

Tints of Heather #B3BFC2

Color information

#B3BFC2 (or 0xB3BFC2) is unknown color: approx Heather. HEX triplet: B3, BF and C2. RGB value is (179,191,194). Sum of RGB (Red+Green+Blue) = 179+191+194=564 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.74% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 194 (76.17% from 255 or 34.40% from 564); Max value from RGB is 194 - color contains mainly: blue. Hex color #B3BFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BFC2 is #4C403D. Grayscale: #BBBBBB. Windows color (decimal): -4997182 or 12763059. OLE color: 12763059.

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

Color convert

RGB179191194-
CMYK0.080.0200.24
HSL192º10.95%73.14%-
HSV(B)192º7.73%76.08%-
XYZ46.9650.7458.36-
YUV187.75131.52121.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.74%
GREEN value IS 191 (75% from 255) = 33.87%
BLUE value IS 194 (76.17% from 255) = 34.40%
R=31.74%
G=33.87%
B=34.40%

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
Decimal1791911940.080.0200.2419210.9573.14
HexB3BFC282018c0b49
Octal26327730210203030013111
Binary1011001110111111110000101000100110001100000010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BFC2; }

 p { color: rgb(179,191,194); }

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

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

 a { background-color: rgb(179,191,194); }

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

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

 span { border-color: rgb(179,191,194); }

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