#B1BDC3

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

Shades of Heather #B1BDC3

Tints of Heather #B1BDC3

Color information

#B1BDC3 (or 0xB1BDC3) is unknown color: approx Heather. HEX triplet: B1, BD and C3. RGB value is (177,189,195). Sum of RGB (Red+Green+Blue) = 177+189+195=561 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.55% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 195 (76.56% from 255 or 34.76% from 561); Max value from RGB is 195 - color contains mainly: blue. Hex color #B1BDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BDC3 is #4E423C. Grayscale: #BABABA. Windows color (decimal): -5128765 or 12828081. OLE color: 12828081.

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

Color convert

RGB177189195-
CMYK0.090.0300.24
HSL200º13.04%72.94%-
HSV(B)200º9.23%76.47%-
XYZ46.1849.6858.79-
YUV186.1133.02121.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.55%
GREEN value IS 189 (74.22% from 255) = 33.69%
BLUE value IS 195 (76.56% from 255) = 34.76%
R=31.55%
G=33.69%
B=34.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771891950.090.0300.2420013.0472.94
HexB1BDC393018c8d49
Octal26127530311303031015111
Binary1011000110111101110000111001110110001100100011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BDC3; }

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

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

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

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

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

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

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

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