#B9BFC1

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

Shades of Heather #B9BFC1

Tints of Heather #B9BFC1

Color information

#B9BFC1 (or 0xB9BFC1) is unknown color: approx Heather. HEX triplet: B9, BF and C1. RGB value is (185,191,193). Sum of RGB (Red+Green+Blue) = 185+191+193=569 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.51% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 193 (75.78% from 255 or 33.92% from 569); Max value from RGB is 193 - color contains mainly: blue. Hex color #B9BFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BFC1 is #46403E. Grayscale: #BDBDBD. Windows color (decimal): -4603967 or 12697529. OLE color: 12697529.

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

Color convert

RGB185191193-
CMYK0.040.0100.24
HSL195º6.06%74.12%-
HSV(B)195º4.15%75.69%-
XYZ48.2651.4357.83-
YUV189.43130.01124.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.51%
GREEN value IS 191 (75% from 255) = 33.57%
BLUE value IS 193 (75.78% from 255) = 33.92%
R=32.51%
G=33.57%
B=33.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851911930.040.0100.241956.0674.12
HexB9BFC141018c364a
Octal271277301410303036112
Binary1011100110111111110000011001011000110000111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BFC1; }

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

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

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

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

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

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

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

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