#B3BEC1

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

Shades of Heather #B3BEC1

Tints of Heather #B3BEC1

Color information

#B3BEC1 (or 0xB3BEC1) is unknown color: approx Heather. HEX triplet: B3, BE and C1. RGB value is (179,190,193). Sum of RGB (Red+Green+Blue) = 179+190+193=562 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.85% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 193 (75.78% from 255 or 34.34% from 562); Max value from RGB is 193 - color contains mainly: blue. Hex color #B3BEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BEC1 is #4C413E. Grayscale: #BBBBBB. Windows color (decimal): -4997439 or 12697267. OLE color: 12697267.

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

Color convert

RGB179190193-
CMYK0.070.0200.24
HSL192.86º10.14%72.94%-
HSV(B)192.86º7.25%75.69%-
XYZ46.6350.2657.7-
YUV187.05131.36122.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.85%
GREEN value IS 190 (74.61% from 255) = 33.81%
BLUE value IS 193 (75.78% from 255) = 34.34%
R=31.85%
G=33.81%
B=34.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791901930.070.0200.24192.8610.1472.94
HexB3BEC172018c1a49
Octal2632763017203030112111
Binary101100111011111011000001111100110001100000110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BEC1; }

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

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

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

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

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

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

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

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