#B8BFC2

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

Shades of Heather #B8BFC2

Tints of Heather #B8BFC2

Color information

#B8BFC2 (or 0xB8BFC2) is unknown color: approx Heather. HEX triplet: B8, BF and C2. RGB value is (184,191,194). Sum of RGB (Red+Green+Blue) = 184+191+194=569 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.34% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 194 (76.17% from 255 or 34.09% from 569); Max value from RGB is 194 - color contains mainly: blue. Hex color #B8BFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BFC2 is #47403D. Grayscale: #BDBDBD. Windows color (decimal): -4669502 or 12763064. OLE color: 12763064.

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

Color convert

RGB184191194-
CMYK0.050.0200.24
HSL198º7.58%74.12%-
HSV(B)198º5.15%76.08%-
XYZ48.1451.3558.41-
YUV189.25130.68124.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.34%
GREEN value IS 191 (75% from 255) = 33.57%
BLUE value IS 194 (76.17% from 255) = 34.09%
R=32.34%
G=33.57%
B=34.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1841911940.050.0200.241987.5874.12
HexB8BFC252018c684a
Octal2702773025203030610112
Binary101110001011111111000010101100110001100011010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BFC2; }

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

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

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

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

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

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

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

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