#B4BAC2

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

Shades of Heather #B4BAC2

Tints of Heather #B4BAC2

Color information

#B4BAC2 (or 0xB4BAC2) is unknown color: approx Heather. HEX triplet: B4, BA and C2. RGB value is (180,186,194). Sum of RGB (Red+Green+Blue) = 180+186+194=560 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.14% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 194 - color contains mainly: blue. Hex color #B4BAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BAC2 is #4B453D. Grayscale: #B9B9B9. Windows color (decimal): -4932926 or 12761780. OLE color: 12761780.

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

Color convert

RGB180186194-
CMYK0.070.0400.24
HSL214.29º10.29%73.33%-
HSV(B)214.29º7.22%76.08%-
XYZ46.1248.7258.01-
YUV185.12133.01124.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.14%
GREEN value IS 186 (73.05% from 255) = 33.21%
BLUE value IS 194 (76.17% from 255) = 34.64%
R=32.14%
G=33.21%
B=34.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801861940.070.0400.24214.2910.2973.33
HexB4BAC274018d6a49
Octal2642723027403032612111
Binary1011010010111010110000101111000110001101011010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BAC2; }

 p { color: rgb(180,186,194); }

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

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

 a { background-color: rgb(180,186,194); }

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

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

 span { border-color: rgb(180,186,194); }

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