#BABCBD

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

Shades of Heather #BABCBD

Tints of Heather #BABCBD

Color information

#BABCBD (or 0xBABCBD) is unknown color: approx Heather. HEX triplet: BA, BC and BD. RGB value is (186,188,189). Sum of RGB (Red+Green+Blue) = 186+188+189=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 189 - color contains mainly: blue. Hex color #BABCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCBD is #454342. Grayscale: #BBBBBB. Windows color (decimal): -4539203 or 12434618. OLE color: 12434618.

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

Color convert

RGB186188189-
CMYK0.020.0100.26
HSL200º2.22%73.53%-
HSV(B)200º1.59%74.12%-
XYZ47.4250.0855.31-
YUV187.52128.84126.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.04%
GREEN value IS 188 (73.83% from 255) = 33.39%
BLUE value IS 189 (74.22% from 255) = 33.57%
R=33.04%
G=33.39%
B=33.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861881890.020.0100.262002.2273.53
HexBABCBD2101Ac824a
Octal272274275210323102112
Binary10111010101111001011110110101101011001000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABCBD; }

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

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

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

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

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

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

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

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