#B8BCBF

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

Shades of Heather #B8BCBF

Tints of Heather #B8BCBF

Color information

#B8BCBF (or 0xB8BCBF) is unknown color: approx Heather. HEX triplet: B8, BC and BF. RGB value is (184,188,191). Sum of RGB (Red+Green+Blue) = 184+188+191=563 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.68% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 191 - color contains mainly: blue. Hex color #B8BCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BCBF is #474340. Grayscale: #BBBBBB. Windows color (decimal): -4670273 or 12565688. OLE color: 12565688.

HSL color Cylindrical-coordinate representation of color #B8BCBF: hue angle of 205.71º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B8BCBF is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB184188191-
CMYK0.040.0200.25
HSL205.71º5.19%73.53%-
HSV(B)205.71º3.66%74.9%-
XYZ47.1549.9256.44-
YUV187.15130.17125.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.68%
GREEN value IS 188 (73.83% from 255) = 33.39%
BLUE value IS 191 (75% from 255) = 33.93%
R=32.68%
G=33.39%
B=33.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841881910.040.0200.25205.715.1973.53
HexB8BCBF42019ce54a
Octal270274277420313165112
Binary10111000101111001011111110010011001110011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BCBF; }

 p { color: rgb(184,188,191); }

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

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

 a { background-color: rgb(184,188,191); }

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

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

 span { border-color: rgb(184,188,191); }

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