#B4BABC

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

Shades of Heather #B4BABC

Tints of Heather #B4BABC

Color information

#B4BABC (or 0xB4BABC) is unknown color: approx Heather. HEX triplet: B4, BA and BC. RGB value is (180,186,188). Sum of RGB (Red+Green+Blue) = 180+186+188=554 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.49% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 188 - color contains mainly: blue. Hex color #B4BABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BABC is #4B4543. Grayscale: #B8B8B8. Windows color (decimal): -4932932 or 12368564. OLE color: 12368564.

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

Color convert

RGB180186188-
CMYK0.040.0100.26
HSL195º5.63%72.16%-
HSV(B)195º4.26%73.73%-
XYZ45.4648.4554.53-
YUV184.43130.01124.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.49%
GREEN value IS 186 (73.05% from 255) = 33.57%
BLUE value IS 188 (73.83% from 255) = 33.94%
R=32.49%
G=33.57%
B=33.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801861880.040.0100.261955.6372.16
HexB4BABC4101Ac3648
Octal264272274410323036110
Binary1011010010111010101111001001011010110000111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BABC; }

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

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

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

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

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

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

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

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