#B3BDC3

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

Shades of Heather #B3BDC3

Tints of Heather #B3BDC3

Color information

#B3BDC3 (or 0xB3BDC3) is unknown color: approx Heather. HEX triplet: B3, BD and C3. RGB value is (179,189,195). Sum of RGB (Red+Green+Blue) = 179+189+195=563 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.79% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 195 (76.56% from 255 or 34.64% from 563); Max value from RGB is 195 - color contains mainly: blue. Hex color #B3BDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BDC3 is #4C423C. Grayscale: #BABABA. Windows color (decimal): -4997693 or 12828083. OLE color: 12828083.

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

Color convert

RGB179189195-
CMYK0.080.0300.24
HSL202.5º11.76%73.33%-
HSV(B)202.5º8.21%76.47%-
XYZ46.6449.9258.81-
YUV186.69132.69122.51-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.79%
GREEN value IS 189 (74.22% from 255) = 33.57%
BLUE value IS 195 (76.56% from 255) = 34.64%
R=31.79%
G=33.57%
B=34.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791891950.080.0300.24202.511.7673.33
HexB3BDC383018cac49
Octal26327530310303031214111
Binary1011001110111101110000111000110110001100101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BDC3; }

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

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

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

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

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

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

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

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