#B3BEC0

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

Shades of Heather #B3BEC0

Tints of Heather #B3BEC0

Color information

#B3BEC0 (or 0xB3BEC0) is unknown color: approx Heather. HEX triplet: B3, BE and C0. RGB value is (179,190,192). Sum of RGB (Red+Green+Blue) = 179+190+192=561 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.91% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 192 - color contains mainly: blue. Hex color #B3BEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BEC0 is #4C413F. Grayscale: #BABABA. Windows color (decimal): -4997440 or 12631731. OLE color: 12631731.

HSL color Cylindrical-coordinate representation of color #B3BEC0: hue angle of 189.23º 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 #B3BEC0 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB179190192-
CMYK0.070.0100.25
HSL189.23º9.35%72.75%-
HSV(B)189.23º6.77%75.29%-
XYZ46.5250.2257.11-
YUV186.94130.86122.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.91%
GREEN value IS 190 (74.61% from 255) = 33.87%
BLUE value IS 192 (75.39% from 255) = 34.22%
R=31.91%
G=33.87%
B=34.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791901920.070.0100.25189.239.3572.75
HexB3BEC071019bd949
Octal2632763007103127511111
Binary10110011101111101100000011110110011011110110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BEC0; }

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

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

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

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

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

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

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

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