#B8BFC1

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

Shades of Heather #B8BFC1

Tints of Heather #B8BFC1

Color information

#B8BFC1 (or 0xB8BFC1) is unknown color: approx Heather. HEX triplet: B8, BF and C1. RGB value is (184,191,193). Sum of RGB (Red+Green+Blue) = 184+191+193=568 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.39% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 193 (75.78% from 255 or 33.98% from 568); Max value from RGB is 193 - color contains mainly: blue. Hex color #B8BFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BFC1 is #47403E. Grayscale: #BDBDBD. Windows color (decimal): -4669503 or 12697528. OLE color: 12697528.

HSL color Cylindrical-coordinate representation of color #B8BFC1: hue angle of 193.33º degrees, saturation: 0.07, 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 #B8BFC1 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB184191193-
CMYK0.050.0100.24
HSL193.33º6.77%73.92%-
HSV(B)193.33º4.66%75.69%-
XYZ48.0251.357.82-
YUV189.14130.18124.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.39%
GREEN value IS 191 (75% from 255) = 33.63%
BLUE value IS 193 (75.78% from 255) = 33.98%
R=32.39%
G=33.63%
B=33.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1841911930.050.0100.24193.336.7773.92
HexB8BFC151018c174a
Octal270277301510303017112
Binary1011100010111111110000011011011000110000011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BFC1; }

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

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

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

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

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

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

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

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