#B5BFC3

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

Shades of Heather #B5BFC3

Tints of Heather #B5BFC3

Color information

#B5BFC3 (or 0xB5BFC3) is unknown color: approx Heather. HEX triplet: B5, BF and C3. RGB value is (181,191,195). Sum of RGB (Red+Green+Blue) = 181+191+195=567 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.92% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 195 (76.56% from 255 or 34.39% from 567); Max value from RGB is 195 - color contains mainly: blue. Hex color #B5BFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BFC3 is #4A403C. Grayscale: #BCBCBC. Windows color (decimal): -4866109 or 12828597. OLE color: 12828597.

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

Color convert

RGB181191195-
CMYK0.070.0200.24
HSL197.14º10.45%73.73%-
HSV(B)197.14º7.18%76.47%-
XYZ47.5451.0358.97-
YUV188.47131.69122.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.92%
GREEN value IS 191 (75% from 255) = 33.69%
BLUE value IS 195 (76.56% from 255) = 34.39%
R=31.92%
G=33.69%
B=34.39%

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
Decimal1811911950.070.0200.24197.1410.4573.73
HexB5BFC372018c5a4a
Octal2652773037203030512112
Binary101101011011111111000011111100110001100010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BFC3; }

 p { color: rgb(181,191,195); }

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

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

 a { background-color: rgb(181,191,195); }

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

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

 span { border-color: rgb(181,191,195); }

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