#B3BCC0

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

Shades of Heather #B3BCC0

Tints of Heather #B3BCC0

Color information

#B3BCC0 (or 0xB3BCC0) is unknown color: approx Heather. HEX triplet: B3, BC and C0. RGB value is (179,188,192). Sum of RGB (Red+Green+Blue) = 179+188+192=559 (74% of max value = 765). Red value is 179 (70.31% from 255 or 32.02% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 192 - color contains mainly: blue. Hex color #B3BCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BCC0 is #4C433F. Grayscale: #B9B9B9. Windows color (decimal): -4997952 or 12631219. OLE color: 12631219.

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

Color convert

RGB179188192-
CMYK0.070.0200.25
HSL198.46º9.35%72.75%-
HSV(B)198.46º6.77%75.29%-
XYZ46.0949.3656.97-
YUV185.76131.52123.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.02%
GREEN value IS 188 (73.83% from 255) = 33.63%
BLUE value IS 192 (75.39% from 255) = 34.35%
R=32.02%
G=33.63%
B=34.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791881920.070.0200.25198.469.3572.75
HexB3BCC072019c6949
Octal2632743007203130611111
Binary101100111011110011000000111100110011100011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BCC0; }

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

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

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

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

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

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

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

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