#B3BDC1

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

Shades of Heather #B3BDC1

Tints of Heather #B3BDC1

Color information

#B3BDC1 (or 0xB3BDC1) is unknown color: approx Heather. HEX triplet: B3, BD and C1. RGB value is (179,189,193). Sum of RGB (Red+Green+Blue) = 179+189+193=561 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.91% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 193 - color contains mainly: blue. Hex color #B3BDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BDC1 is #4C423E. Grayscale: #BABABA. Windows color (decimal): -4997695 or 12697011. OLE color: 12697011.

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

Color convert

RGB179189193-
CMYK0.070.0200.24
HSL197.14º10.14%72.94%-
HSV(B)197.14º7.25%75.69%-
XYZ46.4149.8357.62-
YUV186.47131.69122.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.91%
GREEN value IS 189 (74.22% from 255) = 33.69%
BLUE value IS 193 (75.78% from 255) = 34.40%
R=31.91%
G=33.69%
B=34.40%

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
Decimal1791891930.070.0200.24197.1410.1472.94
HexB3BDC172018c5a49
Octal2632753017203030512111
Binary101100111011110111000001111100110001100010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BDC1; }

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

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

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

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

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

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

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

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