#B3BDC0

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

Shades of Heather #B3BDC0

Tints of Heather #B3BDC0

Color information

#B3BDC0 (or 0xB3BDC0) is unknown color: approx Heather. HEX triplet: B3, BD and C0. RGB value is (179,189,192). Sum of RGB (Red+Green+Blue) = 179+189+192=560 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.96% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 192 - color contains mainly: blue. Hex color #B3BDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BDC0 is #4C423F. Grayscale: #BABABA. Windows color (decimal): -4997696 or 12631475. OLE color: 12631475.

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

Color convert

RGB179189192-
CMYK0.070.0200.25
HSL193.85º9.35%72.75%-
HSV(B)193.85º6.77%75.29%-
XYZ46.349.7857.04-
YUV186.35131.19122.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.96%
GREEN value IS 189 (74.22% from 255) = 33.75%
BLUE value IS 192 (75.39% from 255) = 34.29%
R=31.96%
G=33.75%
B=34.29%

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
Decimal1791891920.070.0200.25193.859.3572.75
HexB3BDC072019c2949
Octal2632753007203130211111
Binary101100111011110111000000111100110011100001010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BDC0; }

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

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

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

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

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

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

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

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