#B3BFC3

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

Shades of Heather #B3BFC3

Tints of Heather #B3BFC3

Color information

#B3BFC3 (or 0xB3BFC3) is unknown color: approx Heather. HEX triplet: B3, BF and C3. RGB value is (179,191,195). Sum of RGB (Red+Green+Blue) = 179+191+195=565 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.68% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 195 (76.56% from 255 or 34.51% from 565); Max value from RGB is 195 - color contains mainly: blue. Hex color #B3BFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BFC3 is #4C403C. Grayscale: #BBBBBB. Windows color (decimal): -4997181 or 12828595. OLE color: 12828595.

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

Color convert

RGB179191195-
CMYK0.080.0200.24
HSL195º11.76%73.33%-
HSV(B)195º8.21%76.47%-
XYZ47.0750.7958.95-
YUV187.87132.02121.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.68%
GREEN value IS 191 (75% from 255) = 33.81%
BLUE value IS 195 (76.56% from 255) = 34.51%
R=31.68%
G=33.81%
B=34.51%

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
Decimal1791911950.080.0200.2419511.7673.33
HexB3BFC382018c3c49
Octal26327730310203030314111
Binary1011001110111111110000111000100110001100001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BFC3; }

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

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

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

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

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

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

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

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